body {
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  /* Use Lexend Giga as the global font */
  font-family: 'Lexend Giga', sans-serif;
}

h1 {
  margin-top: 20px;
  font-size: 80px;
}

canvas {
  display: block;
  margin: 0 auto;
}


