* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: rgb(51, 178.5, 204);
}

#game {
	/*border: 1px black dashed;*/
}

