body{
	width:75%;
	margin: 0 auto;
	background-color: #bbeeff;
	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;
}

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

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

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

h1{
	position: relative;
	left: 20%;
}

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

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

@media (max-width: 1080px){
	.a1, .a2, .a3, .b1, .b2, .b3, .c1, .c2, .c3{
		width: 25vw;
		height: 25vw;
		border: 5px solid black;
		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;
	}

}