
::-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: #181818;
    position: absolute;
    width: 70%;
    height: auto;
    left: 50%;
    border: 0px;
    border-color: #202020;
    padding: 50px;
    margin: 20px;
    padding-top: 0px;
    transform: translate(-37.5%, 0);
    top: 0%;
  }

  .item {
    color:#bebebe;
    background-color: #202020;
    float: left;
    width: 17%;
    height: auto;
    border: 15px;
    border-color: #202020;
    padding: 5px;
    margin: 15px;
    top: 5%;
  }
  
  .item:hover {
    color: #f1f1f1;
  }

  .search input[type=text] {
    float: center;
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }

  .search button {
    float: center;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .search button:hover {
    background: #ccc;
  }
  
  .center-cropped {
    object-fit: cover; /* Do not scale the image */
    object-position: top; /* Center the image within the element */
    height: 180px;
  }

  .sus {
    position: fixed;
    bottom: 5%;
    right:5%;
  }