body {
  background: paleblue;
}
p {
  color:grey;
}
h1 {
  font-weight: bold;
  color:darkslateblue;
  font-family:cursive;
  text-decoration:underline;
  text-align:center;
}