table {
  width: 100%;
  text-align: center
}

table {
  width: 100%;
  padding: 50px;
	border: solid 5px white;
	border-radius: 5px;
  text-align: center;
  background-color: black;
}

th, td {
	border: solid 2.5px white;
	border-radius: 5px;
	background-color: #ff9cb3;
}

th:hover, td:hover {
	border: solid 2.5px white;
	border-radius: 10px;
	background-color: #754550;
	color: white;
}

td {
  height: 25%;
  width: 25%;
}