html {
  background: #2B2D2C;
  color: #E7C5D3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;

  font-family: 'Old Standard TT', serif;
  font-size: xxx-large;
}

#countdown {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0.25em;
}

#countdown .value {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

#countdown .unit {
  font-style: italic;
}
