::-webkit-scrollbar {
    width: 5px;
    height: 0px;
  }
  ::-webkit-scrollbar-button {
    background-color: rgba(255, 255, 255, 0);
  }
  ::-webkit-scrollbar-track {
    background-color: rgb(65, 59, 59);
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }
  ::-webkit-scrollbar-thumb {
    height: 0 px;
    background-color: #666;
    border-radius: 8px;
  }
  ::-webkit-scrollbar-corner {
    background-color: rgb(83, 71, 71);
  }
  ::-webkit-resizer {
    background-color: rgb(82, 78, 78);
  }
    