/*style the frame of menu*/
#container{
	background-color: sandybrown;
	width: 1500px;
	float: left;
	clear: both;
	border-radius: 15%;
	margin-left: 10%;
	margin-top: 3%;

}

/*style the sidemenu*/
.sidedivider{
	background-color: saddlebrown;
	width: 25%;
	float: left;
	clear: left;
	border-radius: 5%;
	


}

/*style the menuheader*/
.header{
	background-color: lightgoldenrodyellow;
	height: 175px;
	width: 600px;
	border-radius: 25% ;
    margin-right: 25%;
    float:right;
    margin-top: 2%;
}

/*style the world in menuheader*/
p{
	color: black;
	font-size: 90px;
	padding-left: 25%;
	margin: 5%;

}

/*style the items in the sidemenu*/
.menuitems{
	background-color: burlywood;
	width: 175px;
	height: 170px;
	margin-left: 40%;
	margin-top: 7%;
    float: left;
    clear: both;
}

/*style the image of items in the sidemenu*/
img{
	margin: 10%;
	margin-left: 15%;
	width: 125px;
	height: 125px;

}

/*style the paragraph in the introduction*/
#style{
	color: darkred;
	font-size: 27px;
	font-style: italic;
	margin: 15%;
	
}

#iced{
	font-size: 70px;
}


