.sidenav {
    display:block;
    top:0;
    width:10%;
    height: 100%;
    position: fixed;
    overflow: auto;
    margin-top: 20%;
    
}

.sidenav a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: black;
    letter-spacing: 3px;
    font-weight: bold;
    display: block;
}

a:hover {
    color: white;
    background-color: black;
}

h2 {
    color: black;
    font-size: 200%;
}

.thebody {
    width: auto;
    margin-left: 15%;
    padding-left: 100px;
    padding-right: 100px;
}

p {
    font-size: 125%;
    
}

ul {
    list-style-type: none;
    font-size: 125%;
}



figure {
    display: block;
    margin: 0px auto;
    text-align: center;
}
  
  figcaption {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 125%;
}

#top {
    text-decoration: none;
    text-align: center;
    margin: 10px;
}

#bold {
    font-weight: bold;
}

h3 {
    font-size: 18px;
    color: black;
}

body {
    font-family: Open Sans;
}