body
{
	font-family: "Verdana";
	font-size: 0.75em;
	background-color: #d9d9d9;
}

main
{
	width: 997px;
	margin: auto;
	border-radius: 5px;
	padding: 25px;
	background-color: white; 
}

header
{
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}

nav
{
	display: inline-flex;
	background-color: #3388cc;
	height: 45px;
	justify-content: space-around;
	align-items: center;
	margin: 10px 0;
	width: 75%;
}

nav a
{
	color: #f2f2f2;
	font-size: 1.5em;
	letter-spacing: 3px;
	text-decoration: none;
}

nav a:hover
{
	color: #ff0000;
}

section
{
	display: flex;
	justify-content: space-between;
}

h1
{
	color: #3388cc;
}

section div
{
	width: 253px;
	color: #666666;
}

form label
{
	display: flex;
	text-align: left;
}

form input, textarea
{
	width: 90%;
}

form div
{
	margin-top: 10px;
}

hr
{
	border: 1px solid #3388cc;
}
footer
{
	text-align: right;
	color: #3388cc;
}