html, body {
	overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #000000;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

canvas {
	width: 100%;
	height: 100%;
}

#title {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 8px;
	text-align: center;
	z-index: 10;
	font-size: 1.5em;
	color: #ffffff;
	pointer-events:none;
}
button {
	color: #000000;
}