html, body {
    height: 100%;
  }
  
  body {
    margin: 10;
    display: flex;
  
    /* This centers our sketch horizontally. */
    justify-content: center;
  
    /* This centers our sketch vertically. */

  }