td {
  text-align: center;
  font-size: 18px;
}
tr:nth-child(odd) {
  background-color: #d6d8db44;
}

tr:first-child {
  background-color: rgba(0, 0, 0, 0);
}
td:last-child {
  font-weight: bold;
  color: rgb(129, 18, 18);
}

a:hover {
  color: red;
  font-weight: bold;
  background-color: black;
  text-decoration: underline wavy red;
  font-style: italic;
}

a:active {
  background-color: black;
  color: red;
  font-style: italic;
}

/* Roster */

.roster {
  text-align: center;
}

.roster:first-child {
  background-color: rgba(0, 0, 0, 0);
}

.roster:last-child {
  font-weight: bold;
  color: rgb(129, 18, 18);
}

.roster:nth-child(odd) {
  background-color: #d6d8db44;
}

.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
