html, body{
	height: 100%;
	width: 100%;
}

.titel {
  	font-size: 500px;
	font-family: "Century Schoolbook Monospaced", "Prestige Elite", "Roboto Mono", monospace;
}

.titel:link {
  	text-decoration:none;
  	color: black;
}

.titel:visited {
  	text-decoration:none;
 	 color: black;
}
