div {
float: left;
clear: both;
}

#container {
background-color: yellow;
height: 1500;
margin-bottom: 40px;
margin-left: 10%;
width: 90%;
border-radius: 25px;
}


.headerofmenus {
width: 70%;

margin-left: 15%;
border-radius: 25px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;


background-color: gray;
/*height: 75px;*/
font-size: 30pt;
font-family: cursive;

}

.menu {
clear: none;

margin-left: 3;

width: 23%;
margin-left: 1%;
margin-right: 1%;

min-width: 150px;

border-radius: 25px;
border-width: 15%;
background-color: darkred;
color: darkgreen;
text-align: center;
}


.contentholder {
background-color: blue;

width: 76%;
margin-left: 10%;
padding-left: 2%;
padding-right: 2%;


height: 800px;
margin-top: 10px;
border-radius: 25px;
margin-bottom: 20px;
margin-top: 10px;

}

img { 
width: 20%;
height: 29%;
margin-left: 40%; 
float: left;
}

.textarea {
font-size: 50px;
font-family: unset;
}
