body {
  background-color:lightblue;
}
.center {
  text-align: center;
}
  h1 {
    color: Aquamarine;
    text-shadow: 4px 3px 3px dimgrey;
}
p {
 font-family: "Comic Sans MS", Comic Sans;
}