/*
Custom stuff made by rycao18
*/
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(34, 34, 34, 0.829);
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #07d6a2;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #07d6a2;
}
