* {
  box-sizing: border-box;
  font-family: 'Permanent Marker', cursive;
}

body {
	background: #444545;
	color: lightgrey;
	/* font-family: "Comic Sans MS", cursive, sans-serif; */
}

h1 {
	color: #ff570a;
	position: absolute;
	text-align: center;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	text-shadow: 0 0 3px #000000, 0 0 5px #000;
}

h2 {
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  font-family: 'Permanent Marker', cursive;
	color: lightgrey;
}

h3 {
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  font-family: 'Permanent Marker', cursive;
	color: #fed766;
	text-shadow: #000 0px 0px 6px;
}

td {
	border: 2px solid #20a39e;
	height: 25vw;
	width: 25vw;
	text-align: center;
	vertical-align: middle;
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  font-family: 'Permanent Marker', cursive;
  font-size: 70px;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	position: absolute;
  left: 50%;
  margin-left: -37.5vw;
  top: 100px;
}

table tr:first-child td {
	border-top: 0;
}

table tr:last-child td {
	border-bottom: 0;
}

table tr td:first-child {
	border-left: 0;
}

table tr td:last-child {
	border-right: 0;
}

.endgame {
	display: none;
	/* display: block; */
	width: 260px;
	top: 120px;
	/* background-color: #20a39fc2; */
	position: absolute;
	left: 50%;
	margin-left: -130px;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-size: 2em;
}

#replay {
	/* background: #d72638;
  font-family: "Comic Sans MS", cursive, sans-serif; */
	background-color: #d72638;
	border-color: #d72638;
	border-width: 5px;
	border-style: solid;
	color: #fed766;
}
