

.sidenav {
    height: 100%;
    width: 240px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
    font-family: Inter;
  }
  
  .sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 30px;
    color: white;
    display: block;
    font-family: Inter;
  }
  
  .sidenav a:hover {
    color: #a3a0a0;
  }
  
  .main {
    font-family: Inter;
    margin-left: 260px; /* Same as the width of the sidenav */
    margin-top: 2vh;
    color: white;
    text-decoration: none;
  }
  

  #playerForm {
    background-color: red;
  }