body {
	background: linear-gradient(180deg, #2376B3 0%, #125181 100%) ;
	color: #f3c539;
	min-height: 100vh;
	font-family: sans-serif;
	font-weight: 100;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
	padding: 0 10px;
}

h1 {
	margin: 100px 0 10px 0;
	line-height: 1;
}

h2 {
	margin: 0;
	font-size: 24px;
}

h3 {
	margin-top: 0;
}

a {
	color: #f3c539;
}

b {
	font-weight: bold;
}

.center {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.impressum {
	margin-top: 50px;
}