.ac-game-playground {
    width: 100%;
    height: 100%;
    user-select: none;
    background-color: gray;
}

.ac-game-playground > canvas {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
