::-webkit-scrollbar {
    width: 10px;
    border-radius: 0.5em;
    background: rgba(84, 84, 84, 1);
}

::-webkit-scrollbar-button {
    background: rgb(32, 32, 32);
    border: 1px solid rgba(84, 84, 84, 1);
    border-radius: 0.5em;
}

::-webkit-scrollbar-button:hover {
    background: rgb(132, 46, 145);
    border: 3px solid rgb(16, 16, 16);
    border-radius: 0.5em;
}

::-webkit-scrollbar-track-piece {
    background: rgb(84, 84, 84);
    border-radius: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: rgb(16, 16, 16);
    border-radius: 0.5em;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(132, 46, 145);
    border: 4.2px solid rgb(16, 16, 16);
    border-radius: 0.5em;
}