::-webkit-scrollbar {
  width: 1.25em;
}

::-webkit-scrollbar-track {
  background: #1e1e2f;
  margin-block: .5em;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb { 
  background: #2a2a3d;
  border-radius: 999px;
  border: .25em solid #1e1e2f;
}

::-webkit-scrollbar-thumb:hover {
  background: #444463;
}