h1 {
  color: aqua;
  text-align: center;
}
a {
  text-decoration: underline wavy gold;
}
.bestgame{
    color: bisque;
}
.worst{
    text-decoration: line-through  red;
}