div{
float: left;
clear: both;
}


#floatmenu {
	/* controlled with margins not float */
	margin-top: 30vh;
	margin-left: 65vw;
	/*  fixed position does not obey float anything */
	position: fixed;
	background-color: lightgrey;
	border-radius: 50px;
	text-align: center;
	font-size: 3.1vw;
	font-family: monospace;
	color: black;
}



.contentdiv {
	height: 728px;
	width: 100%;
	background-color: white;
	/*background-color: yellow;*/

	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}


.introtext {
	margin-top: 15px;
	width: 50%;
	text-align: center;
	background-color: white;
	border-radius: 50px;
	font-family: monospace;
	color: black;
	font-size: 2.1vw;
	clear: none;
	padding: 10px;
}

.alternativetext {
	margin-top: 15px;
	width: 100%;
	text-align: center;
	border-radius: 50px;
	font-family: monospace;
	color: black;
	font-size: 2.5vw;
	clear: none;
	padding: 5px;
}

.gamemenu{
	/*this holds pictures */
	width: 40%;
	background-color: lightgrey;
	padding: 10px;
	clear: none;
	height: 708px;
}




#container {
	height: 975px;
	width: 80%;
	background-color: dimgrey;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 25px;
}

#header {
	/*height: 125px;*/
	width: 100%;
	background-color: darkblue;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 7vw;
	font-family: monospace;
	border-radius: 50px;
}

#menuholder {
	/*height: 100px;*/
	width: 100%;
	background-color: dimgrey;
	margin-right: auto;
	margin-left: auto;
}

#borderline {
	height: 10px;
	width: 100%;
	background-color: dimgrey;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


#gameside {
	height: 100%;
	width: 30%;
	background-color: lightgrey;
	float: right;
	border-radius: 50px;
	clear: both;
}



#textbutton {
	clear: none;
	height: 100%;
	/*width: 19%;*/
	padding-right: 1vw;
	padding-left: 1vw;
	background-color: lightgrey;
	border-radius: 50px;
	text-align: center;
	font-size:3.1vw;
	font-family: monospace;
	color: black;
}



img{
	width: 31vw;
	float: left;
}