nav{
    height: 3em;
    padding: 1em 0;
    font-family: "hagrid", sans-serif;
    font-style: regular;
    font-weight: bold;
    font-size: .9em;
    font-weight: 880;
}

  nav a:link {
      color: #eaf7ec;
      background-color: #193f0d;
      border-radius: 3px;
      text-decoration: none;
    }

   nav a:hover {
      color: #eaf7ec;
      background-color: #355270;
    }

        nav a {
      float: left;
      /* more on this later */
      color: #ffffff;
      text-align: center;
      padding: 5px 40px;
      margin-right: 10px;
      margin-bottom: 5px;
      text-decoration: none;
    }

        nav a.active {
      /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
      color: #eaf7ec;
      background-color: #355270;
      border-radius: 4px;
    }

    body {
      /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
      color: #ffffff;
      background-color: #D9c1d7;
      border-radius: 4px;
    }

