body {
    background-image: url('../images/ahorcadoBG.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    overflow-x: hidden;
}

.game-iframe {
    width: 100%;
    padding-top: 27px;
    max-width: 504px;
    height: auto;
    aspect-ratio: 504/896;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 0;
}

@media (max-width: 768px) {
    /* Ensure the game container stays in place */
    #ct {
        top: var(--navbar-height);
    }
}

@media (max-width: 480px) {
    #ct {
        top: var(--navbar-height);
    }
}
