.titel{
	padding: 1em 2em;
	position: absolute;
	top: 0%;
	color: white;
	left: 34%;
	font-size: 250%;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
	
}

.canvas{
	padding: 1em 2em;
	position: absolute;
	top: 10%;
	left: 27%;
	font-size: 250%;
}

.loesung{
	background-color: white;
	padding: 0.3em 0.3em;
	position: absolute;
	top: 600px;
	left: 300px;
	font-size: 200%; 
}

.button{
	background-color: white;
	padding: 0.3em 0.3em;
	position: absolute;
	top: 700px;
	left: 350px;
	font-size: 200%; 
}
.btn{
	background-color: white;
	padding: 0.3em 0.3em;
	position: absolute;
	top: 700px;
	left: 750px;
	font-size: 200%; 
}

.text{
	background-color: white;
	padding: 0.3em 0.3em;
	position: absolute;
	top: 600px;
	left: 800px;
	font-size: 200%;
}



