body {
	margin: 20px;
	text-align: center;
	background-color: peachpuff;
}
h1 {
	color:firebrick;
	font-size:55px;
	font-family: georgia;
    font-weight: bold;
}
h4 {
    color:firebrick;
	font-size:14px;
	font-family: georgia;
    font-weight: lighter;
}
.col-md-4 {
    background-image: url("../powerUp/CardFront.png");
	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 237px;
}
p {font-size:32px;}
#gameBoard {text-align:center;}