#instant-game-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}


#gameFrame{
    border: 7px solid rgb(128, 128, 128);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    max-height: 634px;
    aspect-ratio: 1/1.7;
}


#phaser-game {
    display: inline-block;
    padding: 0;
    max-height: 30em;
    max-width: 17em;
    width: 100%;
    height: 100%;
}