* {
	margin: 0;
}

div.game {
	top: 10%;
	width: 60%;
	height: 70px;
	margin: auto;
	position: relative;
}

div.game h1 {
	text-align: center;
	font-size: 4em;
	font-family: 'Alfa Slab One', cursive;
	color: rgb(128, 0, 178);
	letter-spacing: 2px;
	border-bottom: 5px groove rgb(126, 178, 0);
}

span#tac {
	color: rgb(73, 0 , 102);
}

span#toe, .ics {
	color: rgb(190, 25 ,255);
}

div.game h2 {
	display: inline;
	font-family: rockwell;
	font-size: 1.5em;
}

#h2 {
	width: 100%;
	margin: auto;
	margin-top: 4%;
	text-align: center;
}

#h2x {
	margin-right: 4%;
	color: rgb(190, 25 ,255);
}

#h2o {
	margin-left: 4%;
	color: rgb(128, 0, 178);
}

#spanX, #spanO {
	padding: 3px 10px;
	border-radius: 50%;
	background-color: rgb(126, 178, 0);
}

div#start, #startBtn {
	text-align: center;
	font-family: 'Alfa Slab One', cursive;
	font-size: 1.2em;
	color: rgb(73, 0 , 102);
	margin-top: 1.5%;	
}

#startBtn {
	background-color: rgb(126, 178, 0);
	border-radius: 25px;
	padding: 5px 10px;
	border: none;
	letter-spacing: 1px;
}

#startBtn:hover {
	background-color: rgb( 143, 201, 0);
}

#board {
	position: relative;
	margin:auto;
	width: 400px;
	margin-top: 4%;
}

#board table {
	position: absolute;
	height: 400px;
	width: 400px;
	border-spacing: 0;
	border-collapse: collapse;
}

#board table td {
	border: 1px solid rgb(126, 178, 0);
}

table td {
	height: 133.3px;
	width: 133.3px;
	text-align: center;
	position: relative;
	font-family: 'Alfa Slab One', cursive;
	font-size: 3.3em;
	color: rgb(128, 0, 178);
}

table td#td1 {
	border-top: none;
	border-left: none;
}

table td#td2 {
	border-top: none;
}

table td#td3 {
	border-top: none;
	border-right: none;
}

table td#td4 {
	border-left: none;
}

table td#td6 {
	border-right: none;
}

table td#td7 {
	border-bottom: none;
	border-left: none;
}

table td#td8 {
	border-bottom: none;
}

table td#td9 {
	border-bottom: none;
	border-right: none;
}

div#info {
	position: absolute;
	width: 400px;
	height: 400px;
	background-color: grey;
	text-align: justify;
	padding: 15px 5px 0 5px;
	font-family: 'Volkhov', serif;
	font-weight: 200;
	font-size: 1.4em;
	line-height: 30px;
	color: rgb(128, 0, 178);
	background-color: #fff;
}

div#h3 {
	margin-top: 460px;
	text-align: center;
	font-family: 'Alfa Slab One', cursive;
	font-size: 1.8em;
	color: rgb(126, 178, 0);
}

/*  BACK BUTTON  */
div.back_to_alex {
	position: fixed;
	z-index: 20;
	top: 2%;
	left: 2%;
}	

div.back_to_alex button:active {
	background-color: rgb(255, 255, 255);
	border: none;
}

div.back_to_alex a {
	font-family: 'Alfa Slab One', cursive;
	text-decoration: none;
	color: rgb(128, 0, 178);
}

div.back_to_alex a:hover {
	color: rgb(126, 178, 0);
}





