* {
	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: black;
}

canvas {
	margin: 32px;
	outline: dotted thin #222;
}
