body {
	background: black;
}
canvas, svg {
	position: fixed;
	left: calc(50vw - 300px);
	top: calc(50vh - 200px);
}
