/* The board is the page. Everything below the canvas exists for the machine
   that cannot light it. */

html, body {
  height: 100%;
  margin: 0;
  background: #000;
  overflow: hidden;
}

#board {
  display: block;
  width: 100%;
  height: 100%;
}

.off {
  color: #cfc8dc;
  font: 14px/1.6 ui-monospace, "SF Mono", Menlo, monospace;
  padding: 48px;
  letter-spacing: 0.08em;
}

.off h1 { color: #8a4fff; font-size: 14px; letter-spacing: 0.3em; }
.off a { color: #ffa81a; margin-right: 1.5em; }
