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

::-webkit-scrollbar-thumb {
  background-color: #7c8080;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: white;
  border-radius: 8px;
}