
.topnav {
    background-color: gray;
    overflow: hidden;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .topnav a.active {
    background-color: black;
    color: white;
  }


span {
    color: cadetblue;
    font-weight: bold;
    background-color: peachpuff;
}
