.container-fluid {
    height: 100vh;
}

.game_box {
    transition: all ease-in-out .95s;
}

.heading {
    font-family: "Playwrite AU SA", cursive;
}

a {
    background-color: #ffffff;
}

img {
    width: 100%;
    height: 100%;
    transition: all ease-in-out .4s;
    mix-blend-mode: multiply;
    filter: contrast(1);
}

.card_box {
    background-color: antiquewhite;
}

.img_box {
    height: 13rem;
}

.img_box:hover img {
    transform: scale(1.1);
}

.text_box {
    background-color: rgb(186, 151, 108);
}

.text_box h6 {
    font-size: .8rem;
    transition: all ease-in-out .2s;
    cursor: pointer;
    color: black;
}

.text_box span {
    color: black;
    font-size: .8rem;
}

.text_box h6:hover {
    color: antiquewhite;
}

.add {
    color: black;
    font-size: .9rem;
    background-color: antiquewhite;
    transition: all ease-in-out .4s;
}

.add:hover {
    color: #ffffff;
    background-color: black;
}

.wishcart {
    background-color: rgb(97, 200, 200);
}

.wishcart p {
    font-size: 1.2rem;
    font-weight: 400;
    transition: all ease-in-out.3s;
}

.wishcart p:hover {
    color: antiquewhite;
}

.wishcart .hr {
    height: 2px;
    background-color: gray;
}

#d_box {
    background-color: antiquewhite;
    transition: all ease-in-out.3s;
}

#d_box:hover {
    color: #ffffff;
    background-color: black;
}