html, body {
    height: 100%;
  }
  
  body {
    margin: 0;
    display: flex;
  
    /* This centers our sketch horizontally. */
    justify-content: center;
  
    /* This centers our sketch vertically. */
    align-items: center;
  }

  body p {
    position: relative;
    top:640px;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  body h1{
    position:relative;
    text-decoration: underline;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 20px;
    
  }

  .sketch-holder{
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    position: relative;

  }
