html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout {
  width: min(100vw, 1100px);
  padding: 32px;
  box-sizing: border-box;
  text-align: center;
}

.greeting {
  font-size: 2.2rem;
  font-weight: 300;
}

.date {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.time-sentence {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.events {
  margin-top: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 0.6rem;
}

.remaining {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.event {
  margin-bottom: 1.5rem;
}

.event-main {
  font-size: 2.2rem;
  line-height: 1.3;
}

.event-description {
  font-size: 1.8rem;
  line-height: 1.35;
  margin-top: 0.5rem;
  white-space: pre-line;
}

.follow-up-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 0.6rem;
}
