body{
        background: #10477E !important;
}
main {
  width: 100%;
  height: 550px;
  margin: 100px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.booked {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 2;
}
.booked div {
  max-width: 400px;
  height: 285px;
}
h1 {
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 400;
  text-align: center;
  color: #1696BB;
}
p {
  font-size: clamp(10px, 3vw, 20px);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
a {
  width: 200px;
}
button {
  width: 100%;
  height: 72px;
  background-color: #1696BB;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 600;
  cursor: pointer;
}
