html, body {
	margin:0px;
   padding:0px;
}

#top_section {
	
   background-color:rgb(255,255,153);
   height:320px;
   margin:0px;
   padding:20px;
   
}

#main_section {
   margin:0px;
   padding:0px;
}

h1{
	font-family: Garamond, serif;
	font-weight: normal;
	margin-bottom: 4em;
	text-align: center;
}

#eins{
		font-size: 300%;
		color: rgb(0,102,255);
}

#zwei{
		font-size: 250%;
		color: rgb(204,102,51);
}

#drei{
		font-size: 200%;
		color: rgb(51,204,51);
}

#vier{
		font-size: 400%;
		color: rgb(153,0,255);
}

#fuenf{
		font-size: 300%;
		color: rgb(255,51,0);
}

