@font-face {
  font-family: 'VCR OSD';
  src: url('vcr_osd_mono.ttf');
}

@media (prefers-color-scheme: dark) {
  :root {
      background-color: #181a1b;
      color: #e8e6e3;
  }
}

:root {
  font-family: 'VCR OSD', 'Fixedsys', monospace;

  --accent: #2157f8;
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

#splash-img {
  height: 33vmin;
}

#splash-title {
  color: var(--accent);
}
