@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700');

.event-first-page {
  text-transform: uppercase;
  font-family: 'Cinzel', serif;

  .page-wrapper { padding: 160px 0px; }

  p.opening { font-size: 0.9em; }

  .card-couple {
    text-transform: none;

    p { font-size: 4.5em; line-height: 0.80em; font-family: 'Dancing Script', cursive; }
    p.with { font-family: 'Alex Brush', cursive; font-size: 35px; line-height: 40px; margin: 25px auto 10px auto; }
  }

  p.date, p.location, p.address { font-size: 1em; }

  p.date span { padding-left: 4px; }

  p.location { font-size: 1em; }
}
