body {
  background: pink;
}
h1 {
  color: dodgerblue;
  text-align: center;
  font-family: cursive;
  font-size:40px;
}
h2 {
  color: dodgerblue;
  text-align: center;
  font-family: cursive;
  font-size: 30px;
}

a {
  color: red;
  text-decoration: underline;
  text-align: center;
  font-family: cursive;
  font-size: 25px;
}
img {
  width: 400px;
  margin: 10px;
}