body {
	margin: 20px;
	text-align: center;
	background-color:linen;
	}
h1 {
	color:maroon;
	font-size:62px;
	font-family: impact;
	}
.col-md-4 {
	background-color:cadetBlue;
	width:100px;
	height:100px;
	display:inline-block;
	margin:5px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100px;
	}
.row{
	margin:0px 0px 0px 250px;
}
p {font-size:32px;}
#gameBoard {text-align:center;}
