* {
  scrollbar-width: thin;
  scrollbar-color: #a74141 #222;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #222; 
}

::-webkit-scrollbar-thumb {
  background-color: #a74141; 
  border-radius: 6px; 
  border: 3px solid #222;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c55353;
}