* {
    scrollbar-width: thin;
    scrollbar-color: #DFE1DF #1A1A1A;
}

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

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

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