::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #1f1f1f;
            border: 1px solid #303030;
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #383838;
  background-size: cover;
  border-radius: 5px;
        }