body {
	margin: 0;
	display: flex;
	justify-content: center;
	font-family: Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #2d2f38;
	background: #F0F7FF;
	text-align: center;
}

body.card {
	width: 100vw;
	height: 100vh;
	align-items: center;
}

img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3 {
	color: #4d4f78;
}

a {
	color: #2d2f38;
}

.tag-blue {
	color: #061b65;
}

.tag-red {
	color: #be1309;
}

.small {
	font-size: 9pt;
}

#central-box img {
	min-width: 100%;
	width: 20vw;
}

#impressum-box img {
	width: 300px;
	margin: 0 auto;
}

#impressum-content {
	border-radius: 10px;
	min-width: 600px;
	max-width: 1000px;
	width: 40vw;
	padding: 1em;
	margin: 1em;
	text-align: left;
	font-weight: normal;
	background: #fff;
}
