<!DOCTYPE html>
	<html>
	<head>
	<style>
		body {
		background-image: url("backgroung.png");
		color:white;
		}
		
		h1 {
		font-family: Calibri;
		color: #ffffff;
		text-align: center;
		font-size: 40px;
        font-weight: 1000;
        font-style: normal;
        text-decoration: underline;
		}
		
		headline2 {
		font-family: Calibri;
		color: #ffffff;
		text-align: left;
		font-size: 30px;
        font-weight: 900;
        font-style: normal;
        text-decoration: underline;
		}
		
		lauftext {
		font-family: Calibri;
		color: #ffffff;
		text-align: left;
		font-size: 20px;
        font-weight: normal;
        font-style: normal;
		}
		
	</style>
	</head>
</html>