:root {
    color-scheme: dark;
    background: #010207;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at center, #071426 0%, #02050d 42%, #010207 100%);
}

#starfield {
    display: block;
    width: 100%;
    height: 100%;
    touch-action: none;
}
