kbd {

	color: white;
	font-family: monospace, sans-serif;
	vertical-align: baseline;
	border-color: #d5d5d5 #adadad #adadad #d5d5d5;
	border-style: solid;
	border-width: 1px 3px 4px;
	padding: 0 5px;
	background-color: #c1c1c1;
	border-radius: 4px;
}

canvas {
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	border: solid 5px darkgreen;
	border-radius: 15px;
}

body {
	text-align: center;
}