body {
  font-family: 'Fira Sans', sans-serif;
}

.save-the-date {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: 'Merriweather', serif;
  padding: 1em;
}

.save-the-date__title {
  text-align: center;
  font-weight: 700;
  font-size: 72px;
}
.save-the-date__location {
  text-align: center;
  font-size: 36px;
}
.save-the-date__date {
  text-align: center;
  font-size: 36px;
}
.save-the-date__details {
  margin-top: 2em;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
}
.save-the-date__previous {
  margin-top: 2em;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
}

@media (max-width: 375px) {
  .save-the-date {
    align-items: inherit;
    height: inherit;;
  }
  .save-the-date__title {
    font-size: 54px;
  }
  .save-the-date__location {
    font-size: 27px;
  }
  .save-the-date__date {
    font-size: 27px;
  }
}
