html, body {
	position: fixed;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: black;
}
/* 
#game {
	height: 100vh;
	width: 100vw;
} */

#game {
	max-height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}