/* Dark stage so the additive particle trails read as light. */
html,
body {
  margin: 0;
  height: 100%;
  background: #06070d;
  overflow: hidden;
}

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