body {
  background: rgb(173, 208, 222);
  background: linear-gradient(180deg, rgb(173, 208, 222) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
}

.box {
  background-color: #fff;
  border-radius: 5px;
}

#show-book {
  background-image: url("../../../images/order-removebg.png");
  background-position: top center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
}
#show-book::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.3176470588);
}
#show-book .box {
  position: relative;
  z-index: 3;
}
#show-book h1 {
  font-size: clamp(1.25rem, 0.8099rem + 1.4085vw, 2.5rem);
  font-weight: 600;
}
#show-book img {
  border-radius: 5px;
}
#show-book .key {
  width: 120px;
  color: gray;
}
#show-book td {
  padding: 8px 15px;
  font-size: 15px;
  border-color: rgba(238, 238, 238, 0.717);
}

#order .btn {
  padding-top: 12px;
  padding-bottom: 10px;
}/*# sourceMappingURL=order.css.map */