body {
	background: #fff;
	margin: 0rem;
	min-height: 100vh;
	font-family: Futura, sans-serif;
}
#canvas, #logo {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
}
#logo {
  min-height: 100vh;
  width: 100vw;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 8vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 760px)  {
	#logo img {
		width: 90%;
		display: block;
 	}	
}

