::-webkit-scrollbar {
    width: 8px;
}
  
/* ::-webkit-scrollbar-track {
  background: #d7b9b7;
  border-radius: 20px;
  margin-block: .5em;
} */
  
::-webkit-scrollbar-thumb {
  /* background: #d19f9c; */
  border-radius: 20px;
  border: .25em solid #1f1f1f;
}
  
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}