::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

::-webkit-scrollbar-track {
  background-color: rgb(111, 146, 177);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(33, 162, 243);
  border-radius: 100vh;
  border: 3px solid rgb(111, 146, 177);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(94, 191, 251);
}