
#container{
border-radius:10px;
background-color:#6a94a6;
width:80%;
height:960px;
margin-left:10%;
float: left;
clear: both;
}

.menuholder{
width: 90%;
margin-left: 5%;
background-color: #4c73a1;
float: left;
clear: both;
}

.content{
width: 80%;
margin-left: 10%;
height: 50%;
margin-top: 20px;
background-color: #4c73a1;
border-radius: 10px;
float: left;
clear: both;
}

.submenu{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 50px;
height: 20px;
width: 100px;
border-radius: 10px;
padding: 1%;
background-color: skyblue;
font-size: 100%;
clear: right;
float: left;
}

img{
	height: 50%;
	float: left;


}
.gameholder {
	width: 100%;
	height: 75vh;
}
#pythongame {
	width: 100%;
	height: 75vh;
	border: none;
}