html, body {
    background: hsl(240deg 20% 55%);
    height: 100%;
    margin: 0;
    max-width: initial;
    width: 100%;
}

#console {
    background: hsl(240deg 40% 55%);
    border: 2px solid var(--line-color);
    font-size: 90%;
    font-family: monospace;
    height: 6em;
    max-height: 6em;
    max-width: 30em;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 0;
    width: 30em;
    word-break: break-all;
}


canvas {
    display: block;
    width: 100%;
    height: 100%;
}
