body {
    display: flex;
    flex-direction: column;
    background-image: url(https://github.com/codinggita/CGxSU_Semester_1/blob/main/html_css_js/CSS/00.assignment/02.level_2/07.kidz-world/assets/kw-background.png?raw=true);
    background-size: 100% 25%;

    background-repeat: no-repeat;
    background-position-y: 5%;
}


.kids {
    width: 150px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;

}


.kart {
    width: 40px;
}

.dis {
    margin-top: 200px;
}

.game {
    display: flex;
    margin-top: 60px;
    margin-left: 50px;
    font-size: 20px;
}

span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

}

.shop {
    color: white;
    margin-left: 40px;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.new {
    font-size: 20px;
    margin-top: 0px;
}



#cart {

    width: 15px;
    height: 15px;

}

.allc {
    display: flex;
    justify-content: space-around;
}

.gcard {
    display: flex;
    justify-content: space-around;
}

.order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3px;
    margin-right: 3px;
}

.buy {
    border-radius: 3px;
    color: white;
    width: 45px;
    height: 20px;
    background-color: rgb(140, 137, 244);
}

.card {
    width: 170px;
    height: 280px;
    margin-left: 30px;
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    line-height: 12px;
}

.card2 {
    width: 250px;
    height: 280px;
    margin-left: 30px;
    font-size: small;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    line-height: 12px;
}