body {
  background: pink;
}

img {

  width: 400px;
  margin: 10px;
}

h5 {
  color: dodgerblue;
  text-align: center;
  font-family: cursive;
  font-size: 25px;
}


p {
  text-align: justify;
  font-family: cursive;
  font-size: 18px;
}



a {
  color: red;
  text-decoration: underline;
  text-align: center;
  font-family: cursive;
  font-size: 20px;
