body, html {
	touch-action: none;
	content-zooming: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#000;
	font-family: helvetica, arial, sans-serif; text-align:center; color: #fff; font-size: 16px;
}

	a {color: #fff; text-decoration: none;}

canvas {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background:#000;
	cursor: pointer;
	top: 0 !important;
	z-index: 1;
}
    
#logo img {
position: relative;
  width: 30vw;
  height: auto;
  z-index: 10;
  top: 24vh;
 /* right: 15 vw; */
  margin: 0 auto !important;
}

#contact {text-align:center; font-size: 1.4em; position: relative;
  width: 50vw;
  height: auto;
  z-index: 10;
  top: 26vh;
  /*right: 15 vw; */
  padding: 20px;  
  margin: 0 auto !important; }


@media screen and (max-width:640px) {
#logo img {width: 70vw; top: 0; }
#contact {font-size: 1.2em; width: 80vw; top: 30vh; margin-bottom: 10vh;}
}


