html, body {
	overflow: hidden;
	touch-action: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}


body:before {
  content: '  "Cayendo" Juan  LEJARZA';
  color: #f9fc07;
  position: fixed;
  z-index: 10;
  top: 90%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'arial', sans-serif;
  font-weight: 10;
  font-size:20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  mix-blend-mode: difference;
  width: 450px;
  text-align: center
}

canvas {
	position: relative;
	width: 100%;
	height: 100%;
	user-select: none;
	background: #ffffff;
}