
body {
    background-color: #b2ddad;
    margin: 010%;
    font-family: sans-serif;
    }

    h1 {
    color: #000000;
    text-align:center;
    font-family:serif;
    text-transform:uppercase;
    border-bottom:1px solid #000000;
    margin-top:30px;
    }

    h2 {
    color: #000000;
    font-size: 1em;
    }
    p {
    font-family:Georgia, serif;
    }





/* Add a black background color to the top navigation */
.topnav {
    background-color: #b2ddad;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #053018;
    color: rgb(255, 255, 255);
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #ffffff;
    color: rgb(14, 74, 47);
  }
















