#contaner {
background-color:#A9A9A9;
height: 1200px;
width: 1200px;
border-radius: 25px;
margin-left: 25px;
float: left;
clear: both;
margin-right: 8px;
}


.hearderofmenus {
width: 90%;
margin-left: 5%;
background-color: #6495ED;
height: 150px;

}


.menu{
	width: 100px;	
	height: 75px;
	background-color: white;
	border-radius: 90px;
	color: blue;
}
.menu2{
	width: 100px;	
	height: 75px;
	background-color: white;
	border-radius: 90px;
	color: blue;
	margin-left: 115px;
	margin-top: -23px;
}
.menu3{
	width: 100px;	
	height: 75px;
	background-color: white;
	border-radius: 90px;
	color: blue;
	margin-left: 225px;
	margin-top: -74px;
}
	
.menu4{
	width: 100px;	
	height: 75px;
	background-color: white;
	border-radius: 90px;
	color: blue;
	margin-left: 335px;
	margin-top: -75px;
}
	

h1 {
font-family:  "Comic Sans MS", "Comic Sans", cursive;
color: black;
}
body {
	background-color: white;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: black;
}


p {
	font-size: 23px;
}






