html,
body {
	height: 100%;
}

body {
	margin: 0;
	background-color: white;
	display: flex;

	/* This centers the sketch horizontally. */
	justify-content: center;

	/* This centers the sketch vertically. */
	align-items: center;
}