/* Allgemeine Stile für das Spiel */
body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: black;
}

/* Stil für das Canvas */
canvas {
  border: 2px solid red;
}
