body { 
    height: 100vh;
	
}
  
canvas { 
    display: block;
	z-index:-1;
	position:absolute;   
	
}

h1 {
	position: absolute;
	top: 419px;
	left: 349px;
	font-family: 'Montserrat';
	font-size: 7em;
	text-transform: uppercase;
	line-height: .8em;
	border: 0px solid black;
	padding: .2em;
	visibility: inherit;
	z-index: 10;
	width: 809px;
  }
