::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #09090b;}
::-webkit-scrollbar-thumb {
    background: #27272a;
    border-radius: 5px;
    border: 2px solid #09090b;
}
::-webkit-scrollbar-thumb:hover {
    background: #3f3f46;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #27272a #09090b;
}