@media (max-height: 939px) and (max-width: 500px) {
    .game {
        margin-top: -200px;

    }
    .boxa {
        margin-top: -180px;

    }
    img{
        height: 70px;
    }
    h1{
        font-size: 7px;
    }
}

*{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #86C232;
}
main{
    text-align: center;
}

h1{
    font-size: 88px;
    font-weight: 900;
    color: #002900;
}
.ngm{
    width: 149px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    background-color:#30c330;
    margin-bottom: 20px;
    
}
p{
    font-size: 40px;
    margin-bottom: 32px;
    box-shadow: 1px 1px 42px red;
    background-color: rgb(174, 35, 35);
    color:gold;

}
.hide{
    display: none;
}
.container{
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.game{
    height: 70vmin;
    width: 80vmin;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vmin;
   margin-left: 58px;
}
.box{
    height: 19vmin;
    width:19vmin;
    font-weight: 700;
    font-size: 90px;
    color: RED;
    background-color: #F8E981;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 3px 7px red;
    cursor: pointer;
}
.boxa{
    font-size: 25px;
    font-weight: 900;
    color: red;
    margin-left: 5px;
    width: 380px;
    box-shadow: 0px 0px 53px ;
}