* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color: #111;
	line-height: 1.6;
}

#showcase {
	background-image: url('../img/bild.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 20px;
}

#box {
	border-radius: 25px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 3em;
	padding-left: 3em;
	background-color: white;
	opacity: 0.7;
}

#text1 {
	border-radius: 25px;
	background-color: grey;
	opacity: 0.9;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 3em;
	padding-left: 3em;
}