html, body {
	height: 100%;
	width: 100%;
    margin: 0;
	text-align: center;
}

#back {
	color: #200080;
	text-decoration: none;
	font-family: serif;
}
#back:visited {
	color: #600080;
}
#back:hover {
	color: #800080;
	text-decoration: underline;
}
#back:active {
	color: #a00080;
}

#canvas {
	background-color:#222244;
}

@font-face {
	font-family: 'digital';
	font-style: normal;
	font-weight: 400;
	src: url(digital.ttf) format('truetype');
	unicode-range: U+0030-0050;
	font-display: swap;
}