body {
  background-color: rgb(79, 37, 194);
}

a:visited {
  color: rgb(100, 148, 72);
}
a:hover {
  color: aqua;
  text-decoration: underline;
}
a:active {
  color: darksalmon;
}
a:link {
  color: crimson;
  text-decoration: none;
}
h1 {
  color: blanchedalmond;
  font-size: 30px;
}

th {
  color: rgb(230, 230, 230);
  font-size: 30px;
  font-weight: bold;
}
td {
  color: azure;
  text-align: center;
  font-size: 20px;
}

tr {
  height: 50px;
}

