canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2); /* Adjust scale factor */
    max-width: 100%;
    max-height: 100%;
  }

  body {
    background-color: black; /* Change to any color */
      background-size: cover;
  background-position: center;
  }