::-webkit-scrollbar {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #e5e5e5;
  }
  
  ::-webkit-scrollbar-thumb {
  background-color: #242424;
  }