body {
      margin: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #f9fafb;
      font-family: system-ui, sans-serif;
      font-size: 6em;
      font-weight: 600;
      color: #333;
}

#dates-container {
    font-size: 1.25rem;
    font-weight: 200;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #111;
    color: #fff;
  }
}
