/* Pre-boot page chrome; the app itself renders to a full-viewport canvas. */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #131313;
    overscroll-behavior: none;
}
canvas {
    outline: none;
}
