/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #191d28;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f0083f;
  border-radius: 10px;
}