* {
	margin: 0;
	padding:0;
}
html {
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	font-family: "Liberation Serif",FreeSerif,Gentium,"Times New Roman";
	font-size: 12pt;
	height: 100%;
}
h1 {
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	font-size: 64pt;
}
div.headline {
	display: grid;
	place-items: center; /* zentriert horizontal und vertikal */
	height: 100%;
	margin: 0;
}
	main.inhalt {
	margin: 0px 0px 0px 0px;
	background-image: url('../images/backgrnd.jpg');
	background-repeat: repeat;
	height: 100%;
    color: red;
    font-size: 24pt;
}
