html, body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: black;
}

#gameParent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* #guide {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    pointer-events: none;
} */

/* canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* #gameParent canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
