/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #8F3ACC #000000;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #000000;
}

*::-webkit-scrollbar-track:hover {
  background-color: #000000;
}

*::-webkit-scrollbar-track:active {
  background-color: #000000;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #8F3ACC;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #542972;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #5A5A5A;
}
