body {
  background: pink;
}

img {
  width: 300px;
  margin: 10px;
}

h4 {
  color: dodgerblue;
  text-align: center;
  font-family: cursive;
  font-size: 30px;
}

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

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