@font-face {
  font-family: "VCR OSD Mono";
  src: url("/VCR_OSD_MONO_1.001.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  background: #000;
  color: #fff;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #000;
}

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

time {
  display: block;
  color: #fff;
  font: 400 clamp(1.6rem, 6.5vw, 7rem)/1.2 "VCR OSD Mono", monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
}
