html, body 
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-image: url('images/under-construction-2891888_1920.jpg');
}

#impressum 
{
	position: absolute;
	bottom: 40px;
	right: 50px;
}

#impressum:hover
{
	color: white;
	cursor: pointer;
}