html, body {
  overflow-y:hidden;
  height:100%;
  background-color: #FFFFFF;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
    width: 100%;
    height: 100%;
}

.logo {
	position: relative;
	margin-lef: 50%;
	left: -150px;
	z-index:9999;
}