.invite {
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
}
.invite > * {
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
.invite p {
  max-width: 45ch;
  margin-inline: auto;
}
.invite h1 {
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
}
.invite h2 {
  font-weight: 300;
}

.invite button {
  color: #333;
  background: none;
  border: 0;
  font-family: ivypresto-display, serif;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.invite button span {
  transition: opacity 0.5s;
}