/* width */

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

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #93d1ed;
  border-radius: 100px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  transition-duration: 0.3s;
}

