* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.logo {
  width: 7%;
  height: 7%;
}
.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.cart_img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
