* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFDF9;
	display: flex;
	align-items: center;
	justify-content: center;
}

canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
