body {
    background-color: black;
    font-family: 'Trebuchet MS';
    color: white;
}

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

::-webkit-scrollbar-thumb {
  background:  rgb(198, 43, 226);
}

::-webkit-scrollbar-track {
  background: rgb(133, 56, 206);
}