body{
	background: linear-gradient(#44ccff, white);
	background-size: cover;
	background-repeat: no-repeat;
}

.container{
	width:75%;
	margin: 0 auto;
	line-height: 0;
}

.a1, .a2, .a3, .b1, .b2, .b3, .c1, .c2, .c3{
	width: 25vw;
	height: 25vw;
	border: 5px solid black;
	display: inline-block;
	margin: 0px;
	padding: 0;
}

.a2, .a3, .b2, .b3, .c2, .c3{
		margin-top: -5px;
}

.b1, .b2, .b3, .c1, .c2, .c3{
	margin-left: -5px;
}


.xpiece{
	width:25vw;
	height: 25vw;
	background-image: url("../img/xpiece.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.opiece{
	width:25vw;
	height: 25vw;
	background-image: url("../img/opiece.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.modal{
	border-radius: 10px;
	width: 60vw;
	background-color: red;
	color: white;
	text-align: center;
	line-height: 14px;
	font-weight: bolder;
}

.blankClass{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

h3{
	display: block;
	margin: 5%, 20%;
	border-radius: 5%;
	background: linear-gradient(green, yellow);
	text-align: center;
}

.score, .playerXScore, .playerOScore{
	font-size: 14px;
	color: green;
}

button{
	width:40vw;
	height: 5vw;
	background-color: #449933;
	color: white;
	margin: 0 20%;
}

.a1:hover, .a2:hover, .a3:hover, .b1:hover, .b2:hover, .b3:hover, .c1:hover, .c2:hover, .c3:hover{
	background-color: radial-gradient(yellow, #8888ee);
	opacity: 0.2;
	z-index: 1;
}

@media (max-width: 1080px){
	.a1, .a2, .a3, .b1, .b2, .b3, .c1, .c2, .c3{
		width: 25vw;
		height: 25vw;
		border: 15px groove brown;
		display: inline-block;
		margin: 0px;
	}

/*	h1{
	position: relative;
	left: 10%;
	}*/

	.a2, .a3, .b2, .b3, .c2, .c3{
		margin-top: -5px;
	}

	.b1, .b2, .b3, .c1, .c2, .c3{
		margin-left: -5px;
	}

}