* {
	font-family: 'Alatsi', sans-serif;
}

a.zwei {
	font-size: 150pt;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}

.imp {
	font-size: 30pt;
}

.easter {
	font-size: 150pt;
}

a.imp {
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}

a.easter {
	color: white;
}

div.container {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) 
}

div.easter {
	position: absolute;
	top: 80%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

div.imp {
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

p:hover {
	filter: blur(5px)
}

footer {
	margin-top: 40;
	margin-bottom: 10;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 2em;
}