body {
	background: #111;
}

#container {
	display: flex;
}

#container > canvas {
	margin: 2vmax;
	border: .5vmax gray solid;
}
