html {
  scrollbar-color: #555C75 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
  background: #555C75;
}


