::-webkit-scrollbar {
  width: 8px; 
}

::-webkit-scrollbar-track {
  background: #021210; 
}

::-webkit-scrollbar-thumb {
  background-color: #217049; 
  border-radius: 9999px;     
  border: 2px solid #021210; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1a5b3a; 
}
