div  {
	float: left;
	clear: both;
	height: 150px;
	border-radius: 50px;
}
h1 {
	font-family: cursive;
	/*Makes my font look better*/
}
img {
	border-radius: 50px;
	/*This will make my pictures kinda round, which I think looks good*/
	margin-left: 25%;
	height: 280px;
	width: 50%;
}

#container {
	height: 100%;
	width: 90%;
	margin-left: 5%;
	border-radius: 50px;
	background-color: pink;
}

#topbar {
	background-color: maroon;
	width: 45%;
	margin-left: 7.5%;
	font-size: 85px;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 25px;
	font-style: italic;
	text-align: center;
	margin-bottom: 100px;
	padding-bottom: 25px;
}
.menu {
	height: 100px;
	background-color: red;
	width: 100%;
	text-align: center;
	font-size: 40px;
	clear: left;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	color: black;
	/*Usually the text would be purple because its a link but this makes it black*/
}
#textarea {
	background-color: yellow;
	width: 60%;
	height: 1000px;
	float: right;
	margin-right:;
	clear: right;
	padding: 2%;
}
#headerofmenus {
	width: 30%;
	background-color: orange;
	margin-left: 1%;
	margin-right: 5%;
	padding-top: 20px;
	height: 1000px;
}