.game{
	height: 300px;
	width: 300px;
	position: relative;
}
.grid{
	transition: all 1.0s ease-in-out;
	height: 10%;
	width: 10%;
	border:1px #fff solid;
	border-radius: 2px;
	position: absolute;
	background-color: #000; 

}
.gameInfo{
	padding: 20px;
	font-size: 20px;
}
#score{
	color: #000;
	margin-bottom: 20px;
}