body {
  background-color: #A0DB65;
}
h2{
    font-size:50px;
    text-align: center;
    color: #D1DB5A;
    font-family: "Lucinda Handwriting", cursive;
}
p{
    font-size:40px;
    font-family: Comic, serif;
    text-align: center;
    color:white;
}