body {
	display: grid;
	height: 50vh;
	justify-items: center;
}

#myGame {
	align-self: center;
	height: 50px;
	width: 800px;
}