nav{
    margin-top: 1px;
    margin-bottom: auto;
    border: 2px solid beige;
    text-align: center;
    font-size: 3.2em;
    line-height: 2.1em;
}
body{
   margin-top: 1px;
    margin-bottom: auto;
    font-family: Arial, sans-serif;
    text-align: center;
    color: bisque;
    background-color: rosybrown;
}
h1{
    text-align: center;
    font-size: 2.5em;
    font-family: 'Courier New', Courier, monospace;
    color: black;
}
p,div{
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}
table{
    margin: auto;
    border: 5px solid beige;
    width: 100%;
    border-spacing: 0cap;
    background-color: antiquewhite;
}
footer{
    text-align: center;
}