* {
    scrollbar-color: #59636F #08090B;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: #08090B;
}

*::-webkit-scrollbar-thumb {
    background-color: #59636F;
    border-radius: 999px;
}

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