body {
  background: Pink;
}
h1 {
  color: dodgerblue;
  text-align: center;
  font-family: cursive
}
a{
  text-align: center;
  font-family: cursive;
  font-size: 20px;
  color: red
}
li {
  text-align:left;
  font-size: 28px;
  font-family: cursive;
}
