html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    user-select: none;
}

canvas {
    image-rendering: pixelated;
}

#window-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
}

.window {
    width: max-content;
    margin: auto;
}