::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #181818; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #bebebe; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #606060; 
  }
  
  .sidenav {
      height: 100%; /* Full-height: remove this if you want "auto" height */
      width: 20%; /* Set the width of the sidebar */
      position: fixed; /* Fixed Sidebar (stay in place on scroll) */
      z-index: 1; /* Stay on top */
      top: 0; /* Stay at the top */
      left: 0;
      background-color: #202020; /* Black */
      overflow-x: hidden; /* Disable horizontal scroll */
      padding-top: 20px;
    }
    
    .sidenav a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 25px;
      color: #bebebe;
      display: block;
    }
    
    .sidenav a:hover {
      color: #f1f1f1;
    }
    
    .main {
      margin-left: 20%; /* Same as the width of the sidebar */
      padding: 0px 10px;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }
  
    .content {
      background-color: #202020;
      position: absolute;
      width: 40%;
      height: auto;
      left: 50%;
      border: 15px;
      border-color: #202020;
      padding: 50px;
      margin: 20px;
      transform: translate(-30%, 0);
      top: 5%;
      
    }


#div2 {
  background-color: #181818;
  color:#bebebe;
  padding-left: 5%;
    width: 45%;
    height: 40px;
    text-align: left;
    margin-bottom:10px;
    margin-top: 10px;
    float: left;
}

#div3 {
  background-color: #181818;
  color:#bebebe;
    width: 40%;
    height: 40px;
    float:right;
    margin-bottom:10px;
    margin-top: 10px;
    padding-right: 10%;
    text-align: right;
}

.op {
  position: absolute;
  background: #606060;
  font-size: 17px;
  border: none;
  cursor: pointer;
  float: right;
  width: 40px;
  height: 40px;
  color:black;
  text-decoration: none;
  transform: translate(100%,-50px);
  right:10%;
}

.op:hover {
  background: #bebebe;
}

.buttons {
  position: relative;
  
}

.fa-arrow-right:hover{
  color:#f1f1f1;
}

.fa-times:hover{
  color:#f1f1f1;
}

p {
  transform: translate(0,-25%);
}

.fa-arrow-left{
  color:#bebebe;
}
.fa-arrow-left:hover{
  color:#f1f1f1;
}