
div{ 
float: left;
clear: both;
}

#container {
background-color: cyan;
height:1800px;
margin-bottom: 40px;
width: 100%;
margin-left: 0px;
}

.headerofmenus {
background-color: grey;
height: 100px;
width: 75%;
margin-left: 160px;
margin-top: 30px;
margin-bottom: 70px;
}


.contentholder {
background-color: yellow;
clear: none;
margin-top: 10px;
width: 72%;
margin-left: 180px;
height: 500px;
font-size: 20px;
}

.submenu {
background-color: black;
height: 60px;
width: 200px;
color: white;
margin: 5px;
padding: 10px;
border-radius: 5px;
float: left;
clear: right;
font-size: 30px;
}

a{
	color: red;

}

img{
	height: 120px;
	width: 120px;

}

.imgbigger{
	height: 300px;
	width: 300px;
}

#divs{
	height: 300px;
	width: 1128px;
	background-color: violet;
}

#counters{
	color: black;
	background-color: white;
	width: 1128px;
	height: 30px;

}

#average{
	color: black;
	background-color: pink;
	width: 1128px;
	height: 30px;

}

#formz{
	width: 120px;
	height: 20px;

}


#paragraph{
	width: 1128px;
	height:35px;
	background-color:turquoise;
}
