* {
    scrollbar-width: thin;
    scrollbar-color: rgba(240, 224, 106, 0.25) transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(240, 224, 106, 0.25);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(240, 224, 106, 0.45);
}