body {
  margin: 0;
  overflow: hidden;
  background: black;
}

#hud {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #0f0;
  font-family: monospace;
  font-size: 18px;
}
