h1, p.image {
  text-align: center;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: blue;
}

a:hover {
  background-color: yellow;
}
