body:before {
  content:  'JUAN M.de LEJARZA';
  color: #f6ba7b;
  position: fixed;
  z-index: 10;
  top: 95%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'arial', sans-serif;
  font-weight: 100;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  mix-blend-mode: difference;
  width: 1250px;
  text-align: center}

body {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
}



html {
	overflow: hidden;
	touch-action: none;
	content-zooming: none;
}
canvas {
	position:absolute;
	width:100%;
	height:100%;
	background: #9eb3a0;
}