body {
  background-color: #f9e3e8;
  font-family: "Georgia", serif;
}

.pricing-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 700px;
  position: relative;
}

.header,
.footer {
  text-align: center;
  position: relative;
}

.header img,
.footer img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

h1 {
  font-family: "Brush Script MT", cursive;
  font-size: 3rem;
  margin: 10px 0;
}

.price-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.social-icons a {
  color: #c71585;
  margin: 0 10px;
  font-size: 1.5rem;
  text-decoration: none;
}

.btn-book {
  background-color: #c71585;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

.btn-book:hover {
  background-color: #a0136c;
}

footer {
  font-size: 0.9rem;
  color: #777;
  margin-top: 20px;
}

.icon-link {
  color: black;
  text-decoration: none;
  margin: 1rem;
}

.anchor-tag {
  color: black;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
}

.mt1 {
  margin-top: 1rem;
}
