::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 10px;
}

/* Target Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f0f0f0;
}
