html {
    scroll-behavior: smooth;
}

body {
    overflow-y: scroll;
}

[x-cloak] {
    display: none !important;
}

select option {
    background: #1a1a35 !important;
}