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

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.438);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(128, 128, 128);
  border-radius: 20px;
}
