img {
	float:left;
	width:50%; 
	padding: 15px;
	max-height: 30%;
	max-width: 30%;
	border-radius: 10%;
}

body {
	background: url(https://www.nickselway.com/images/xl/Ocean-Textures.Web.jpg);
	background-size: cover;
}

p {
	color: darkblue;
	font-family: Lucida Console;
	font-size: x-large;
}


#container {
	border-radius: 30px;
	border-width: 10px;
	border-color: darkcyan;
	border-style: double;
	height: 1800px;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
	padding-top: 20px;
	background-color: paleturquoise ;
	text-align: center;

}

.menuholder {
	width: 90%;
	height: 70px;	
	margin-left: 5%;
	background-color: turquoise;
	border-radius: 30px;
	border-width: 9px;
	border-color: darkcyan;
	border-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	

}
.contentholder {
	width: 90%;
	height: 90%;	
	margin-left: 5%;
	background-color: turquoise;
	margin-top: 20px;
	border-radius: 40px;
	border-width: 7px;
	border-color: darkcyan;
	border-style: dashed;
	
}


.menubox {
	width: 23%;
	height: 90%;
	background-color: paleturquoise;
	border-radius: 10%;
	border-color: darkblue;
	border-style: dashed;
	display: inline-flex;
	justify-content: space-evenly;
	
}

a:link {
text-decoration: none;
}

/* visited link */
a:visited {
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: none;
}

/* selected link */
a:active {
text-decoration: none;
}