#containerFinal{
	float: right;
	margin-right: 0%;
	margin-top: 5%;
	height: 775px;
	width: 775px;
}
.square{
	border: 3px solid black;
	color: black;
	width: 225px;
	height: 225px;
	float: left;
	background-color: white;
}
#win{
	width: 225px;
	height: 225px;
	font: georgia;
	font-size: 20px;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	color: white;
}
#bigBoi{
	height: 225px;
	width: 225px;
	margin-left: 2%;
	float: left;
	margin-top: 5.25%;
}

p{
	width: 100px;
	color: white;
}

#name{
	margin-left: 25px;
	width: 200px;
	height: 200px;
	float: left;
}

#whosTurn{
	background-color: white;
	float: left;
	width: 600px;
	height: 50px;
	margin-left: 17%;
	margin-top: 2%;
	font: georgia;
	font-size: 50px;
	text-align: center;
}