/* watch video on assignment 3 about toby float and clear */
div {
float: left;
clear: both;
}
 

/*select img tag and control it*/
 img {
width: 50%;
border-radius: 30px;
margin-left: 25%;
margin-right: 25%;
float: left;
 }

/* some code copied from w3c.org   www consortium cite source  */


#container { 
/* light pink  */
background-color:  #ffe6e6;
width: 80%;
margin-left:10%;
/*remove height to grow and fit child object*/
}

/*class selector menu box*/

.mainmenu {
width: 90%;
margin-left: 5%;
width: 90%;
margin: 5%;
background-color: white;
}

.minimenubox {
margin: 2%;
padding: 2%;
font-size: 3vw;
/* light pink */ Lorem ipsum dolor sit amet
background-color:  #ffccdd ;
clear: none;
}

.content {
/*light pink big box*/
background-color:    #ffb3b3;
height: 700px;
width: 96%;
margin: 2%;
}

