body{
	background-image: url(https://www.publicdomainpictures.net/pictures/230000/velka/fence-panels-rose-pink-wood.jpg);
}

#container{
height: 1400px;
width: 80%;
margin-left: 9%;
margin-right:11%;
border-radius: 10px;
padding: 15px;
background-color: snow;
}

.header {
width: 99%;
margin-left: 0.5%;
background-color: mistyrose;
height: 60px;
font-size: 45pt;
font-family: 'Ruge Boogie', cursive;
text-align: center;
}

.menubar{
width: 95%;
margin-left: 1.8%;
background-color:lavenderblush;
height: 35px;
margin-top: 10px;
border: 3px solid lightpink;
text-align: center;
float: left;
}

.menubox{
width: 60px;
height: 25px;
border: 2px solid salmon;
margin-top: 3.15px;
margin-left: 12px;
padding: right;
margin-left: 74px;
margin-right: 90px;
text-align: center;
float: inherit;
background-color: lightpink;
font-size: 10pt solid black;
font-family: 'Marck Script', cursive;
}

.contentinformation {
border: 3px solid salmon;
width: 90%;
margin-left: 4.2%;
height: 1300px;
margin-top: 10px;
}

.introduction{
float: center;
font-size: 25pt;
font-family: 'Satisfy', cursive;
}
/*the end of home page*/

/*history section*/
#container2{
height: 3150px;
width: 80%;
margin-left: 9%;
margin-right:11%;
border-radius: 10px;
padding: 15px;
background-color: snow;
}

.contenthistory{
border: 3px solid salmon;
width: 90%;
margin-left: 4.2%;
height: 3000px;
margin-top: 10px;
}

.History1{
float: right;
font-size: 15pt;
font-family: 'Satisfy', cursive;
text-align: center;
}

.History2{
float: right;
font-size: 15pt;
font-family: 'Satisfy', cursive;
text-align: center;
}

.History3{
float: right;
font-size: 15pt;
font-family: 'Satisfy', cursive;
text-align: center;	
}

.History4{
float: right;
font-size: 15pt;
font-family: 'Satisfy', cursive;
text-align: center;		
}
/*close of history section*/

/* facts section*/
#container3{
height: 1120px;
width: 80%;
margin-left: 9%;
margin-right:11%;
border-radius: 10px;
padding: 15px;
background-color: snow;
}

.factscontent{
border: 3px solid salmon;
width: 90%;
margin-left: 4.2%;
height: 1000px;
margin-top: 10px;
}

.facts{
float: right;
font-size: 15pt;
font-family: 'Satisfy', cursive;
text-align: center;	
}
/* close of facts section*/

/* dishes section*/
#container4{
height: 5650px;
width: 80%;
margin-left: 9%;
margin-right:11%;
border-radius: 10px;
padding: 15px;
background-color: snow;	
}

.dishescontent{
border: 3px solid salmon;
width: 90%;
margin-left: 4.2%;
height: 5550px;
margin-top: 10px;
}

.description{
float: left;
font-size: 20pt;
font-family: 'Satisfy', cursive;
}
/* end of dishes section*/


img{
width: 350px;
height: 325px;
margin-top: 15px;
margin-left: 12.5px;
border: 3px solid darksalmon;
}










