body {
  background-color: rgb(123, 88, 128);
}
h1 text-align:center a:link {
  color: indigo;
  text-decoration: none;
  color: rgb(65, 15, 65);
}

a:visited {
  color: rgb(140, 0, 255);
}

a:hover {
  color: rgb(75, 64, 136);
  text-decoration: underline;
}

a:active {
  color: rgb(122, 32, 85);
}

p {
  font-size: 25px;
}
th {
  color: white;
  font-size: 25px;
}
td {
  color: purple;
  font-size: 20px;
}
table {
  background-color: rgb(182, 180, 180);
  text-align: center;
}
