body {
	font-family: Montserrat;
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}
header{
	background-image: linear-gradient(256deg, #A2D83B 0%, #69B01B 100%);
	display: flex;
	justify-content: center;
	margin-bottom: 100px;

}
header h1 {
	text-transform: uppercase;
	font-size: 260%;
	color: white;
	padding: 30px;
}

h2 {
	font-size: 220%;
	text-transform: uppercase;
	font-weight: 401;
	margin-top: 80px;
}
ul {
	padding-left: unset;
}
ul li {
	list-style: none;
	padding-bottom: 5px;
}
h3 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 500;
	color: #69B01B;
	margin-top: 50px;
}
.impressum {
	width: 80%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #69B01B;
}
a:hover {
	text-decoration: underline;
}
footer {
	background-image: linear-gradient(226deg, #A2D83B 0%, #69B01B 100%);
	padding: 2%;
	text-align: center;
}
footer a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	margin-right: 3%;
}
