::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #1A1A1A;
}

::-webkit-scrollbar-thumb {
  background-color: #2b2f36; 
  border-radius: 4px;
  border: 2px solid #1A1A1A;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #2b2f36 #1A1A1A;
}