#caption{
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: white;
}

.image1{
    position: relative;
}
.image2{
    margin-top: 0px;
}
#game{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    margin: 25px 0;
}
#codeword-game-frame{
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    margin: 25px 50px;
    position: relative;
    align-items: center;
    height: calc(100vw - 100px);
    max-height: 1000px;
    border-radius: 25px;
    width: calc(100% - 100px);
    background-color: var(--background2);
}

@media only screen and (max-width: 760px) {
    #codeword-game-frame{
        display: none;
    }
}