canvas {
	width: 100%;
	height: 100%;
	background: rgb(37, 37, 37);
}

body, html {
 height: 100%;
 margin: 0;
}

div {
	height: 100%;
	display: flex;
	flex-direction: column;
	color: rgb(58, 58, 58);
	background: rgb(145, 145, 145);
}

p {
	font-family: 'Indie Flower', cursive;
	text-align: center;
	
}