h2 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

#second {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

#second a{
    font-size: medium;
}

#second a:link {
    color: rgb(45, 45, 158);
}

#second a:hover {
    color: purple;
}

.navigation {
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    text-align: center;
    width: 100%;
    background-color: maroon;
  }
  .dropbtn {
    background-color: maroon;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
  }
  .dropbtn a{
    color: white;
    text-decoration: none;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown:hover .dropbtn {background-color: rgb(197, 0, 0); color: white;}
  .dropdown:hover .dropbtn a {color: white;}
  