h1 {
  color: blanchedalmond;
  font-size: 30px;
}

td {
  color: blanchedalmond;
  text-align: center;
  font-size: 20px;
}

th {
  color: blanchedalmond;
  font-size: 20px;
}

body {
  background-color: rgb(168, 16, 173);
}

a:visited {
  color: blue;
}
a:hover {
  color: deepskyblue;
  text-decoration: underline;
}
a:active {
  color: darkseagreen;
}
a:link {
  color: cornflowerblue;
  text-decoration: rgb(169, 186, 206);
}

tr {
  height: 50px;
}
