@font-face {
    font-family: 'MDIO';
    src: url('font/MDIO-Light.woff2') format('woff2'),
         url('font/MDIO-Light.woff') format('woff');
    font-weight: 400;
}

* {
	margin:0;
	user-select: none;
}
html, body {
	margin:0;
	color:#aaa;
	font-family: MDIO;
	background: #000;
	font-size:12px;
}
body {
	min-height:100lvh;
	display: grid;
	justify-items: center;
	align-items: center;
}
#container {
	text-align: center;
}
.meta {
	margin-top:2em;
	line-height: 1.7em;
}
span,a {
	color:white;
	text-decoration: none;
	cursor: pointer;
}

canvas {
	width:80vmin;
	height:80vmin;
}