::-webkit-scrollbar{
    width: 1em;
  }
  ::-webkit-scrollbar-track{
    background: black;
  }
  ::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius: 100vw;
    border: .25em solid black;
  }
  ::-webkit-scrollbar-thumb:hover{
    background-color: #4D4DFF;
  }
  ::selection{
    background: #c0c0c0;
  }

::selection{
  color: #000;
  background-color: grey;
}


