::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #000;
  /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background: #e99b1b;
}
