body {
    font-family: 'Fauna One', serif;
    background: #222;
    color:#eee;
}
.center {
	text-align:center;
}

.abstand {
	padding-top: 100px;
}

.spacer {
	padding: 0 5px;
}
/* Typogragie */

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 80px;
}

p {
	margin-bottom: 40px;
}

.fa {
	font-size: 40px;
}

a,
a:visited {
	color:#eee;
}

a:hover {
	color:#F98141FF;
	text-decoration: none;
}