div {
float: left;
}

p {
	width: 90%;
	text-align: center;
	vertical-align: center;
	font-family: Comic Sans MS;
}


img {
	width: 90%;
	border-radius: 10px;
	border: 5px solid blue;
	margin-left: 4%;
}

#container {
border-radius: 30px;
border: 10px solid black;
width: 50%;
margin-left: 15%;
margin-top: 10px;
margin-bottom: 10px;
padding: 10%;
background-color: grey;
}

.textholder {
border-radius: 10px;
border: 2px solid black;
height: fit-content;
width: 90%;
background-color: green;
margin-left: 5%;
}

.footermenuholder {
border-radius: 10px;
border: 2px solid black;
height: fit-content;
width: 80%;
padding-right: 30px;
padding-left: 30px;
margin-left: 5%;
margin-right: 20%;
background-color: blue;
}

.menu {
/*this div is for the buttons in the menuholder div*/
border-radius: 10px;
border: 2px solid black;
height: 50px;
width:100px;
float: left;
margin-top: 20px;
margin-right: 10px;
margin-bottom: 20px;
background-color: gray;
}

.title{
width: 70%;
font-size: 32pt;
vertical-align: center;
text-align: center;
font-family: Comic Sans MS;
}