::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #060d18;
    border-left: 0.5px solid rgba(255,255,255,0.04);
}

::-webkit-scrollbar-thumb {
    background: rgba(61,168,224,0.25);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(61,168,224,0.55);
}

::-webkit-scrollbar-corner {
    background: #060d18;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(61,168,224,0.25) #060d18;
}