/* Dark night-sky stage for the constellation. */
html,
body {
  margin: 0;
  height: 100%;
  background: #070812;
  overflow: hidden;
}

#stage {
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
