@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap');

.gamezone {
    font-family: 'Freckle Face', cursive;
    color: white;
}

.gamezonem {
    font-family: 'Freckle Face', cursive;
    color: black;
}

/* for user detail edit modal */
.modal {
    /* position: absolute; */
    top: 100px;
    /* right: 100px; */
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;

}

/* button in the wishlist page */
.wish-remove{
    width: 115px;
}
.wish-add-cart{
    width: 115px;
}
