/*Make every thing as pretty as the art*/

body {
	background-color: dimgray;
}

div {
	float: left;
	clear: both;
	border-radius: 24px;
}

#container {
	background-color: rosybrown;
	margin-bottom: 40px;
	width: 80%;
	margin-left: 10%;
	float: left;
	clear: both;
	padding-bottom: 3%;
}

.menuholder {
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	background-color: thistle;
}

.submenu {
	width: 14%;
	padding: 15px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: lavenderblush;
	clear: none;
	text-align: center;
	color: mediumorchid;
}

.content {
	background-color: lightsteelblue;
	width: 80%;
	margin-left: 10%;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 28px;
	padding-top: 28px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 25px;
	color: darkcyan;
}

img {
	width: 45%;
	margin-top: 30px;
	margin-right: 25%;
	margin-left: 28%;
	padding-bottom: 28px;
	border-radius: 20%;
	float: left;
}