header {
  margin-bottom: 15px;
}

h1 {
  text-align: center;
  margin: 15px;
}

.image-display {
  display: flex;
  justify-content: space-evenly;
  margin: 25px;
}

.image-display img {
  border-radius: 2%;
}

.map {
  text-align: center;
}

.contact-information {
  text-align: center;
}

body {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 2%;
}

footer {
  text-align: center;
  padding: 3px;
  align-self: baseline;
  display: block;
}

img {
  padding: 5px;
}

.booking-invitation {
  text-align: center;
  font-size: larger;
}

button {
  background-color: aqua;
  border: none;
  padding: 15px 13px;
  margin-bottom: 10px;
}

span.booking-contact {
  display: flex;
  justify-content: center;
  gap: 25px;
}

p.booking-link-text {
  text-align: center;
}

@media screen and (max-width: 760px) {
  img {
    width: 360px;
    height: auto;
  }
}
