body {
  background-color: burlywood;
  color: white;
}
h1 {
  text-align: center;
  font-size: 40px;
}
a:link {
  color: powderblue;
}
a:hover {
  color: beige;
}
a:visited {
  color: seashell;
  text-decoration: none;
}
a:active {
  color: bisque;
}
p {
  font-size: 455px;
}
table {
  background-color: chocolate;
  text-align: center;
}
