div{
float:left;
clear:both;
}

#mastercontainer {
background-color:lightblue;
height:1800px;
margin-bottom:40px;
width:80%;
margin-left:10%;
float:left;
clear:both;	
}

.menusidebar{
width:10%;
margin-top:10px;
margin-left:2%;
background-color:yellow;
height:1775px;
clear:none;
border-radius:20px; 
}

.contentholder {
background-color:gray;
clear:none;
/*if I add padding must reduce the width,cant exceed 100% */

width:80%;
margin-left:5%;
height:1775px;
margin-top:10px; 

}


.interiorcontainer {
background-color:darkblue;
clear:none;
/*if I add padding must reduce the width,cant exceed 100% */

width:80%;
margin-left:10%;
height:150px;
margin-top:10px;
border-radius:20px; 
}

h1 {

color: white;
padding-left:200px;

}

h2 {

color: white;
padding-left:175px;
font-style:italic;

}

.menubox{
padding-left: 13px;
font-size: 15pt;
color:yellow;
margin-left:10%;
background-color:blue;
height:50px; 
width:70%;
border-radius:20px;
margin-top:25px;
}



h3{
color: yellow;
padding-left:10%;
}

.maintextbox {
background-color:darkblue;
clear:none;
/*if I add padding must reduce the width,cant exceed 100% */
width:90%;
margin-left:5%;
height:80%;
margin-top:5%;
border-radius:20px; 
}

.Image1 {
margin-left:5%;
margin-top:5%;
}

h4{
color:blue;
float-left:10%;
font-style:italic;
font-size:50;
}

.Image3 {
margin-left: 10%;
margin-top: 10%;
}


.invisibleButton {
margin-left:20%;
margin-top:20%;
background-color:teal;
}

.gameTitle {
margin-left:30%;
font-family: helvetica;
font-size: 30;
margin-top:5%;
font-color:blue;
}

.counterId {
margin-left:30%;
font-size:30;
font-family:helvetica;
font-style:bold;
}