.game-holder {
    position: relative;
    width: 70%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.game {
    position: center;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: var(--radius);
}