/* Content page styles */
.app-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: #000;
    overflow: hidden;
}

#content-canvas,
#game-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

