.tile {
	display: inline-block;
	background-color: yellow;
	text-align:center;
	font-size: 50px;
}

.space {
	background-color : #999
}
