body {
  background: #000;
  color: #fff;
  font-family: "Press Start 2P";
  text-transform: uppercase;
}

a {
  color: #7a963b;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

#header {
  width: 800px;
  margin: auto;
}

canvas {
  margin: auto;
  display: block;
}

#stage {
  width: 800px;
  margin: auto;
}

/* Курсор pointer при наведении на canvas (кнопки) */
canvas:hover {
  cursor: pointer;
}
