
h1{
 
    font-size: 35px;
    color: white;
    text-align:center;
    
   
}
#p5Canvas{
    width : 100%;
    height : 100%;
    display : block;
    position : fixed;
    top: 0;
    left: 0;
    z-index: -9999;


   }
p{font-size: 25px;
    color:white;
    position: fixed;
    bottom:0;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
  }
  h2 {
    font-size: 15rem;
    margin: 0 0 0.85rem 0;
    color:white; 
    text-align:center;
  }
  
  /* Pattern styles */
  .container {
    display: table;
    width: 100%;
  }
  
  .left-half {
    position: absolute;
    left: 0px;
    width: 50%;
  }
  
  .right-half {
    position: absolute;
    right: 0px;
    width: 50%;
  }
