.box{ border: 1px solid black; border-radius: 20px;
height: auto; width: 400px; margin-left: 38%; padding-top: 20px;
}
.img{text-align: center;}
.star{display: inline-block; border: 1px solid; border-radius: 20px;
    padding: 10px; margin: 10px;
    }

.heart{text-align: left; padding-left: 240px; }

.discription{text-align: center; font-size: xx-large;}
.price{ font-size: larger; }
.price1{text-decoration: line-through;}
h3{color: green;}

.bagb{text-align: center;
    .bag{display: inline; color: white; background-color: orangered;
     padding: 10px; border-radius: 5px; text-align: center; }
     .buy { display: inline-block;
     padding: 10px 20px;
     background-color: #007bff;
    color: #fff; border-radius: 5px; }



}
button{background-color: blue; height: 30px; width: 50px; border-radius: 5px;}
button > a{color: #fff; text-decoration: none;}




