h1 {
	font-family: Arial;
	text-align: center;
	color: black;
	font-size: 10vw;
	font-weight: bold;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

h2 {
	font-family: Arial;
	text-align: center;
	color: black;
	font-size: 8vw;
	font-weight: bold;
	cursor: none;
	margin-top: 2vw;
	margin-bottom: 0vw;
}

body {
	color: white;
	cursor: none;
}

.topright {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20vw;	
}

.topleft {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 10vw;
	background-image: url("img/logo-de.webp");
	background-size: 100% 100%;
}

