* {
	background-color: #d0acac;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	color: #190101;
}

#replay {
	background-color: rgb(38, 141, 17);
	color: #f5f2f2;
	padding: 10px 30px;
	font-size: 2rem;
}

table {
	border-collapse: collapse;
	position: absolute;
	left: 50%;
	margin-left: -155px;
}

td {
	border:  2px solid #090808;
	height:  100px;
	width:  100px;
	text-align:  center;
	vertical-align:  middle;
	font-family:  "Comic Sans MS", cursive, sans-serif;
	font-size:  70px;
	cursor: pointer;
}

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;
}

table tr td .cell {
	background-color: #f5f2f2;
}

.endgame {
  display: none;
  width: 400px;
  top: 120px;
  background-color: green;
  position: absolute;
  left: 75%;
  margin-left: -100px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 2em;
}