nav{
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-top: -35px;
}
nav ul {
    background-color: rgb(175,175,175);
}
navul li:hover {
    background-color: rgb(148,51,62);
    border-radius:5px;
}

header h1 {
    width:100%;
    margin:-5px 0px 20px -10px;
    text-align: center;
}

section h2 {
    font-family: Copperplate, "Copperplate Gothic", serif;
    max-width: 870 px;
}