body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background: #fc6f6f;
}

#game-container {
	position: relative;
	background: white;
}