body {
	margin:0;
	padding:0;
	width: 100%;
    height: 100%;
	background-color: #fcefe7;
}
.icon {
	width: 20px;
	height: 20px;
	padding-top: 5px;
	color: white;
}
.container-fluid {
	text-align: center;
}
h3 {
	margin-top: 35px;
}
.contact-info {
	margin-top: 20px;
	margin-bottom: 30px;
}
#folgen-uns {
	font-size: 35px;
	font-weight: 400;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
.img-container {
    text-align: center;
}
