html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#canvas {
	width: 600px;
	height: 600px;
	font-family: unifont;
}

@font-face {
	font-family: 'unifont';
	src: url('../unifont-15.0.01.otf');
}