::-webkit-scrollbar {
  width: 12px;
  background: inherit;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  background: #e3d5c6; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d; 
}
