/* Firefox */
html{
  scrollbar-color: white black;
  scrollbar-width: thin;
}

/* WebKit and Chromiums */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0,0,0,0.00);
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}


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


