body, html {
	background-color:#212529;
	color:#fff;
	font-family:sans-serif;
	text-align:center;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	overflow:auto;
}
h1,p,.logo {
	margin-top:25px;
}
h1 {
	font-size:30px;
	font-weight:bold;
}
p {
	font-size:15px;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#fff !important;
}
a:hover {
	text-decoration:underline;
}
img.logo {
	border-radius:50%;
	width:120px;
	height:120px;
}
.impressum > * {
	font-size:12px;
	margin:auto;
	margin-top:25px;
	width:50%;
}
.impressum h1 {
	font-size:20px;
}
.impressum h2 {
	font-size:18px;
}
.footer {
	position:absolute;
	bottom:0;
	right:0;
    left:0;
	margin:25px;
	font-size:8px;
	font-weight:normal;
	color:#525b65 !important;
}