body {
	margin: 20px;
	text-align: center;
	background-image: linear-gradient(red, yellow);
    color: pink;
	}
h1 {
	color:lime;
	font-size:62px;
	font-family: impact;
	}
.col-md-4 {
    border-radius: 5%;
	background-color:cadetBlue;
    border: 4px solid cadetBlue;
	width:100px;
	height:100px;
	display:inline-block;
	margin:5px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100px;
}
.col-md-4:hover {
    border-radius: 50%;
}
.row{
	margin:0px 0px 0px 30%;
}
p {font-size:32px;}
#gameBoard {text-align:center;}
