*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 10px;
  background: #77A6FF;
}

*::selection {
  color: #77A6FF;
  background: #21316F;
}

* {
    scroll-behavior: smooth;
}