body, html{
    background-color: rgb(236, 239, 181);
    width: 100%;
    height: 100%;
}
header nav ul li a{
    text-decoration: none;
    color: #000;
    font-family:sans-serif;
    width: 75px;
    height: 15px;
    display:block;
    text-align: center;
    margin: 5%;
    margin-left: 16.7%;
    margin-top: 7%;
    float: left;
}
nav ul li a:hover{
	width: 75px;
    display: block;
    height: 15px;
    font-family: sans-serif;
	color: rgb(149, 16, 36);  
	text-decoration: none;
    text-align: center;
    font-weight: bold;        
}

nav{
    margin-top: 1rem;
}
header nav ul { list-style: none;
    margin: 0px;
    padding: 0px;
}
header nav ul li{ 
    width: 100%;
}
div#logo {
    margin-top: 10%;
margin-left: 42%;
 }
article {
    font-size: 9pt;
    font-family: sans-serif;
clear: both;
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 12%;
}
article h1 {
    text-align: center;
}
article p {
    text-align: center;
}