body, html {
	padding: 0;
	margin: 0;
	background-color: #063906;
	color: #fff;
}

* {
	font-family: 'Open Sans', sans-serif;
}

h1, h2 {
	margin: 5px 5px;
	text-transform: uppercase;
}

img {
	border: 1px solid #fff;
	max-width: 90vw;
	height: auto;
}

#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 10px;
	text-align: center;
}

#footer{
	display: flex;
	flex-direction: column;
	padding: 10px;
	text-align: center;
}

h2, a {
	color: #5cff00;
}

#impressum {
	font-size: 60%;
}
