html {
  background-color: #efefef;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0);
  height: 2px;
  width: 2px;
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 0;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(130, 130, 130, .5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
