.topnav {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    width: 10vw;
  }
  
  .topnav #myLinks {
    margin-top: 30px;
    display: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    padding-bottom: 1vh;
  }
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    height: 2vh;
  }
  
  .topnav a.icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
  }
  .active {
    color: white;
  }