div {
border: 5px Solid navajowhite;
border-radius: 20px;
color: seashell;
}

img {
margin-left: 25%;
margin-right: 25%;
height: 500px;
width: 500px;

}


#container {
background-color: sandybrown;
height: 1000px;
width: 80%;
margin-bottom: 40px;
margin-left: 10%;
float: left;
clear: both;
}

.headerofmenus {
background-color: lemonchiffon;
height: 85px;
width: 90%;
margin-top: 2%;
margin-left: 5%;  
float: left;
}

.sushimenu {
height: 50px;
width: 150px;
margin-top: 1%;
margin-right: 1%;
background-color: lightsalmon;
font-family: comic Sans MS;
font-size: 150%;
text-align: center;
float: left;
}

.contentholder {
background-color: peachpuff;
width: 60%;
height: 500px;
margin-top: 1%;
margin-left: 10%;
padding: 10%;
padding-top: 10px;
float: left;
clear: both;
font-size: 20pt;
font-family: comic sans ms;
color: cornflowerblue;
/* web safe font names */
}

