#btnArea{
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
    margin: auto;
}

#btnArea .btn {
    position: initial;
}

.game_content div.btn[id^=b] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 25%;
    flex-basis: 25%;
    font-size: 60px;
}

@media screen and (max-width: 600px) {
    .game_content div.btn[id^=b] {
        font-size: 50px;
    }
}

.foundTxt {
    font-size: 24px !important;
}

.timeTxt {
    background-color: #fff;
    border-radius: 30px;
    max-width: 70%;
    margin: auto;
}

#hintBtn {
    position: absolute;
}
#endTxt {
    position: absolute;
}
#replayBtn {
    margin: auto;
    transform-origin: initial !important;
}
#replayBtn svg {
    margin: auto;
    display: block;
}
.end {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 270px;
}
#container {
    width:100%;
    height:100%;
    font-weight: 500;
    letter-spacing: -0.75px;
    position: relative;
}

#container {
    max-width: 100%;
    max-height: 960px;
}

.fs {
    width:100%;
    height:100%;
    transform: none !important;
    padding: 1rem 1rem 4rem;
}