body {
	margin: 0;
	display: grid;
	place-content: center;
}
#render {
	width: 100%;
	height: 100%;
}
