*::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.1);
  outline: none;
  border-radius: 1rem;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(169, 169, 169, 0.3);
}