
div {
float: left;
clear: both;


}


#container {
background-color:lightgoldenrodyellow;
height: 1800px;
margin-bottom: 40px;
margin-left: 10%;
width: 80%;

}

.sidebar {
width: 20%;
margin-left: 5%;
background-color: moccasin;
height: 300px;
margin-top: 10px;
font-style: italic;
font-family: fantasy;

}

.words {
background-color: mintcream;
clear: none;
width: 65%;
margin-left: 5%;
height: 300px;
margin-top: 10px;
text-align: center;
font-size: 50px;
font-family: arial;
}

.whitebox {
background-color: white;
width: 120px;
color: white;
margin: 5px;
padding: 10px;
border-radius: 5px;
height: 40px;
}

img {
float:left;
width:50%;
margin-right:25%;
margin-left:25%;
}








}