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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #212588;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #AFB0E4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7072CF;
}
