body {
  background: pink;
}
h1 {
color: dodgerblue;
  text-align: center;
  font-family: cursive;
  font-size: 30px;
}
h2 {
  color: dodgerblue;
  text-decoration: underline;
  font-family: cursive;
  font-size: 20px;
}
p {
  text-align: justify;
  font-size: 15px;
  font-family: cursive
}
a {
  color: red;
  font-size: 20px;
  
  