td {
	border: 2px solid #333;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	position: absolute;
	left: 50%;
	margin-left: -155px;
	top: 50%;
	margin-top: -155px;
	background-color: #fafafa;
	border-radius: 25px;
	box-shadow: 10px 10px 5px rgb(160, 160, 160);
}

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; */
	width: 200px;
	top: 120px;
	background-color: rgba(29, 167, 234, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -100px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-size: 2em;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
}

button {
	margin: 80vh auto;
	display: block;
	text-decoration: none;
	border: none;
	padding: 10px 15px;
	background-color: #1da7ea;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	box-shadow: 5px 7px 5px rgb(160, 160, 160);
	border-radius: 10px;
}

button:hover {
	background-color: #1996d4;
}

button:active {
	background-color: #1996d4;
	box-shadow: 3px 4px 5px rgb(160, 160, 160);
	transform: translate(2px, 3px);
}
