@font-face {
	font-family: font;
	src: url('font.woff') format('woff');
}

* {
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}

html {
	font-family: sans-serif;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 100vw;
	min-height: 100vh;
	margin: 0;
	padding: 32px;
	color: #888;
	background: #111;
}

canvas {
	margin: 32px;
	outline: solid thin #222;
	background: #000;
}
