html {
    height: 100%;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0;
}

#react-root {
    height: 100%;
    width: 100%;
}

/* The layout transitions are decorative; the star field is the site's identity,
   so it keeps animating. */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
