.testbtn {
    background-color: #04AA6D;
    color: white;
    font-size: 15px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 98%;
  }
  
  .testbtn:hover {
    background-color: #059862;
  }

  #mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 13px;
    width: 120px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    border-radius: 0 5px 5px 0;
  }
  
  #mySidenav a:hover {
    left: 0;
  }
  
  