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

::-webkit-scrollbar-track {
  background-color: transparent;
  transition: background-color 500ms;
}

::-webkit-scrollbar-track:hover {
  background-color: #2b2828;
}

::-webkit-scrollbar-thumb {
  background: #aaa5a5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #818080;
}
