/*Kommentar in CSS*/
h1{
	color:white;
	font-family:Castellar;
	font-size: 23pt;
	background-color: #9b59b6;
}
.GryffindorUeberschrift{
	color:red;
	font-family:Castellar;
	font-size: 15pt;
	background-color: gold;
}
body{ 
 background-color:#bdc3c7;
 font-family: Arial;
}
.HufflepuffUeberschrift{
	color:lightgrey;
	font-family:Castellar;
	font-size: 15pt;
	background-color: orange;