:root { color-scheme: dark; }
html, body {
  margin: 0;
  height: 100%;
  background: #000;
}
#starfield {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block; /* removes unexpected gaps in some browsers */
}
