html, body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

.thisis{
  margin-top:-30%;
  z-index:999;
  font-size:1.2em;
  text-align:center;
  color:rgba(255,255,255,0.8);
  font-family: monospace;
  letter-spacing: 1em;
  text-shadow: 0 0 3px #FFFFFFE2;
} 
