html, body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

body {
    position: relative;
}

#application-canvas {
    display: block;
    inset: 0;
    margin: auto;
    position: absolute;
}

.build-error {
    background: #210b0b;
    color: #ffdede;
    inset: 0;
    margin: 0;
    overflow: auto;
    padding: 2rem;
    position: fixed;
    white-space: pre-wrap;
}
