body {
  background-color: rgb(255, 249, 245)
}

.product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;

}

.product-detail img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 800px) {
  .product-detail {
    width: 100%;
  }
}

/*# sourceMappingURL=productDetail.css.map*/