#textSpread {
    width: 100%;
    height: 100vh;
    background-color: white;
    /* color: white; */
    cursor: pointer;
  }

  canvas {
    width: 100%;
    height: 100%;
  }