body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
  }

  canvas {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  

  