body {
    font-family: 'Gamja Flower', sans-serif;
    font-size: 2rem;
}




#fRow {
    height: 70vh;
}

#fRow #game {
    height: 100%;

}



.col-3 img {
    border: .5px solid lightgrey;
    width: 100%;
    height: 100%;
    border-radius: 2px;


}

.container .row {
    background-color: gray;
}

.col-3 {
    padding: 0px;

}

#all {
    background-image: url('me/close-up-puzzle-background_23-2149289203.avif');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

}

#game {
    box-shadow: 7px 10px 5px black;
    border-radius: .5rem;
    overflow: hidden;
    border: 2px solid lightblue;
}

#slices {
    width: 90%;
    height: 25vh;
    box-shadow: 7px 10px 5px black;
    border: 2px solid lightblue;
    border-radius: .5rem;
    overflow: hidden;

}

.col-2 {
    box-shadow: 7px 10px 5px black;

}

#real,
#real2 {
    height: 30%;
    top: 10px;
    border: 2px solid lightblue;
}

#btn {
    font-size: 1.5rem;
    padding: 0;
    font-weight: bold;

}

#btn2 {
    font-size: 3rem;
    padding: 0;
    font-weight: bold;

}

#real img,
#real2 img {
    width: 100%;
    height: 100%;
}

img {
    cursor: pointer;

}

#move {
    height: 30%;
    border-radius: 10px;
    border: 2px solid lightblue;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.729);
    text-align: center;
    padding-top: 1%;
    font-size: 1.5rem;
}



@media only screen and (max-width: 992px) {
    .first {
        display: none;
    }

    #move {
        width: 50%;
    }


    #game {
        margin-top: 2rem;
    }

    #all {

        height: 150vh;
    }

    #fRow {
        padding: 1rem;
    }

}

#wrong {

    width: 100%;
    height: 70%;

}

.pop-upLose {
    width: 25rem;
    height: 18rem;
    background-color: rgb(94, 0, 0);
    border-radius: 16px;
    box-shadow: 15px 10px 10px black;
    text-align: center;
    opacity: 1;
    padding: 20px;
}




.win,
.lose {
    position: absolute;
    top: 0;
    left: 0;
    font-family: system-ui;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 33, 33, 0.384);
}


.pop-upWin {
    width: 25rem;
    height: 18rem;
    background-color: rgb(13, 85, 2);
    border-radius: 16px;

    box-shadow: 15px 10px 10px black;
    text-align: center;
    opacity: 1;
    padding: 20px;
}


.close-winner,
.close-loser {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
}


.close-loser:hover,
.close-winner:hover {
    box-shadow: 15px 10px 10px black;
    transform: translateY(-2px);
}


#done {
    width: 100%;
    height: 70%;

    margin-bottom: 20px;


}