html {
    background: #5D41FC;
}

::selection {
    background: #FA73FF;
    color: #000000;
}

:root {
  overscroll-behavior: none;
}