

* {
    scrollbar-width: thin;
    scrollbar-color: #1a62a0 #262626;
}

*::-webkit-scrollbar {
    width: 12px;
}

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

*::-webkit-scrollbar-thumb {
    background-color: #1a62a0;
    border-radius: 20px;
    border: 3px solid #262626;
}
