::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

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

::-webkit-scrollbar-track-piece {
  background: #D2D2D2;
}