canvas {
	background-color: black;
	width: 100%;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial;
}

#info {
	position: fixed;
	color: white;
	text-align: center;
	width: 100%;
}
h1 {
	font-weight: 400;
	font-size: 5em;
}

p {
	font-size: 2em;
}

