
/* Author: Elizabeth Willard */

nav{
    padding-top: 20px;
    list-style-type: none;
}

h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #3d1911;

    border-width: 5px;
    border-style: solid;
    border-color: #656256;
    border-radius: 20px;
    
}

section{
    background-color:whitesmoke;
    padding: 0px;
    margin: 50px 150px;
    border-radius: 20px;

}

div{
    font-size: large;
    padding-bottom: 10px;
}

body{
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #3d1911;
    text-align: center;
    background-color: #9EBC9F;
    margin: auto;

}

table{
    background-color: whitesmoke;
    text-align: center;
    margin: auto;
    padding: 20px;

    border-radius: 50px;
    border: 10px double tan; 
    border-spacing: 5px;
   
}

table a{
    text-decoration: none;
    color: #230903;
}

table a:hover{
    color: #9EBC9F;
    border-radius: 5px;
}

ul{
    background-color: whitesmoke;
    margin: 0px 400px;
    padding: 10px;
    border-radius: 20px;
    border-width: 10px;
    border-style: double;
    border-color: tan;
}

ul li{
    display: inline;
    margin: 10px;
    padding: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: xx-large;
    text-align: center;
    color: #3d1911;
  
}

li a{
    text-decoration: none;
    color: #3d1911;
    
}

li a:hover{
    text-align: center;
    color: #9EBC9F;
    border-radius: 5px;
}



