/*
 * WebCFD shell stylesheet
 *
 * Author: Oliver Dixon
 * Date: 2026-06-05
 */

html,
body {
    margin: 0;
    padding: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
    overscroll-behavior: none;
}

body {
    position: fixed;
    inset: 0;
}

header {
    text-align: center;
}

#canvas {
    display: block;

    width: 100vw;
    height: 100vh;

    border: none;
    outline: none;

    image-rendering: auto;
}
