*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}

.logo{
    width:7%;
    height:7%;
}
.card-img-top{
    width:100%;
    height: 200px;
    object-fit: contain;
}

/* .admin_image{
    width: 100px;
    object-fit: contain;
} */

.cart_img{
    width: 50px;
    height: 50px;
}

