html, body {
  margin: 0;
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf7f1;
  color: #26221c;
  font-family: Jost, sans-serif;
  padding: 80px 24px;
  box-sizing: border-box;
}

a {
  color: inherit;
}

.card {
  max-width: 520px;
  text-align: center;
}

.monogram {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, .35);
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 1px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(38, 34, 28, .55);
  margin: 0 0 24px;
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.divider {
  width: 44px;
  height: 1px;
  background: rgba(0, 0, 0, .3);
  margin: 0 auto 22px;
}

.date {
  font-family: 'EB Garamond', serif;
  font-size: 28px;
  letter-spacing: .5px;
  margin: 0 0 12px;
}

.venue {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(38, 34, 28, .55);
  margin: 0 0 40px;
}

.note {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: rgba(38, 34, 28, .65);
  margin: 0 0 32px;
}

.calendar-btn {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, .3);
  padding: 14px 34px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
