html, body {
  margin-top: 25px;
  padding: 0;
  background-color: black;
}
canvas {
  display: block;
  width: 700;
  margin: auto;
  position: center;
  top: 0;
}

.menue {
  font-size:25px;
  color: white;
  text-decoration: none;
  line-height: 35px;
  font-family: 'Noto Serif SC', serif;
  text-align: center;
  display: block;
}
