body {
  background-color: deepskyblue; 
}
p {
  color: darkblue;
  font-family: cursive;
}
h1 {
  text-align: center;
  color: darkblue;
  font-family: cursive;
}
h2{
  font-family: cursive;
}
img {
  width: 980px;
}