div {   
float: left;
clear: both;	
}



#container {
/*background-color: skyblue;*/
background-color: black;
height: 1000px;
margin-bottom: 40px;
width: 90%;
margin-left: 5%;
margin-right: 5%;
border-radius: 10px;
}



.infobox {
background-color: lightgreen;
clear: none;
float: left;
width: 20%;
margin-top: 2px;

margin-left: 1%;
border-radius: 10px;
padding: 10px;
font-size: 28.5pt;
font-family: cursive;
}


.homebutton {
background-color: orange;
width: 99%;
height: 60px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;                   
margin-bottom: 10px;
border-radius: 10px;
font-size: 30pt;
font-family: impact;
color: white;
}
.homebutton:hover {
background-color: white;
color: orange;
}



.cover {
width: 50px;
height: 50px;
background-color: orange;

}