h1, nav, footer 
{
    text-align: center;
}

body 
{
    background-color: antiquewhite;
    color: brown;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px;
}

hr 
{
    border-top: 1px dotted red;
}