div{
	width: 99vw;
	color: black;
	font-family: monospace;
}
/*all divs*/
#container{
	background-color: #FFF2C9;
	width: 100vw;
	margin: 20px;
	border-radius: 10px;
	float: left;
}
/*background of the webpage*/
.header{
	background-color: #CEF089;
	height: 10vw;
	padding: 10px;
	float: left;
	text-align: center;
	border-radius: 10px;
}
.textarea{
	background-color: #FFAAAA;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 10px;
	float: left;
	font-size: 16pt;
}
/*all text area*/
.menu{
	border-radius: 10px;
	margin: 30px;
	padding: 10px;
	width: 50px;
	float: left;
	text-align: center;
	border: solid 2px black;
}
/*link button to other pages*/
h1{
	font-size:28pt;
	color: #A53D78;
}
/*Edits on h1 to make the title look nice*/
a{
	color: #0D5047;
	text-decoration: none;
}
/*link to my other info*/