/* Minimal, centered page for the date link */
body {
  margin: 0;
  padding: ;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.date-link {
  color: #000000;
  text-decoration: none;
  font-size: 16
px;
  font-weight: 400;
}

.date-link:hover {
  text-decoration: underline;
}
