:root {
    color-scheme: dark;
}

::selection {
    background: #d9f99d;
    color: #020617;
}

body {
    background: #020617;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #020617;
}

::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 999px;
}
