.scrollbar {
  margin-left: 30px;
  float: left;
  margin-bottom: 25px;
}

#style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #1d1d20;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar {
  width: 3px;
  background-color: #1d1d20;
}

#style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
  /* background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(rgba(34, 193, 195, 1)),
    to(rgba(34, 193, 195, 1)),
    color-stop(0.6, rgba(34, 193, 195, 1))
  ); */
}
