body {
  background-color: rgb(0, 255, 98);
}
p {
  text-align: center;
}
h1 {
  text-align: center;
}

a:link {
  color: fuchsia;
}
a:visited {
  color: white;
}
a:hover {
  color: lawngreen;
}
a:active {
  color: chocolate;
}
p {
  font-size: 35px;
}
th {
  color: green;
}
table {
  text-align: center;
  background-color: grey;
}
