* {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: small;
	line-height: 2rem;
}

body {
	margin: 0;
}

canvas {
	/* position: absolute; */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

footer {
	text-align: center;
}

.bold {
	font-weight: bold;
}