body {
	font-family: monospace, monospace;

}


.background {
	background-image: url(../img/zeltstuhl_schnee_medium.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% 50% ;
	color: rgb(255, 192, 0);
	padding-top: 8vh;
	padding-bottom: 2vh ;
}


.container {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1013px;
	height: 90vh;
	margin-left: 10%;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 4.5vh;
}

.contact {
	font-size: 0.65em;
	color: rgb(0, 0, 0);
}