p {
  text-align: center;
  font-family: cursive;
  font-size: 42px;
}
h1 {
  text-align: center;
  font-family: cursive;
  font-size:86px;
}
body{
  text-align: center;
  background-color:mistyrose;
  font-family: cursive;
  font-size: 42px;
}


li{
  text-align: inherit;
  background-color:mistyrose;
  font-family: cursive;
  font-size: 42px;
}

a{
  text-align: inherit;
  background-color:mistyrose;
  font-family: cursive;
  font-size: 24px;
}