html,
body {
  margin: 0;
  font-family: "Arvo", serif;
  font-size: 100%/1.5 serif;
}

h1 {
  text-align: center;
  font-family: "Arial", cursive;
  font-size: 3rem;
  letter-spacing: 0.2rem;

}

table {
  width: 75%;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

table,
thead {
  background: white;
}

tbody {
  border: 1px solid #eee4fe;
}

thead {
  border: 1px solid #261758;
}

th {
  font-size: 1.7rem;
  padding: 1.2rem;
  text-align: left;
  background: linear-gradient(to bottom, #261758, #666778);
  color: white;
  text-shadow: 1px 1px 1px black;
  cursor: pointer;
}

th:hover,
th:focus {
  color: #ddd;
  border: 0;
}

th:active {
  color: #bbb;
}

td {
  padding: 1rem;
  border-left: 1px solid #7b62ae;
  border-right: 1px solid #7b62ae;
}

td:first-child {
  border-left: none;
}

td:last-child {
  border-right: none;
}

tr:nth-child(even) {
  background: #eee4fe;
}

p {
  font-size: 1.5rem;
  text-align: center;
}
