body {
  background: lightblue;
  text-align: center
  
}
p {
  color: black;
  font-family: cursive
}
h1 {
  font-weight: bold;
  font-family: cursive
}

h2 {
  color: black;
  font-family:cursive
}
h3 { color: black;
  font-family: cursive
}

li {
  color: black;
  font-family: cursive;
}

img {
 float: left; 
   

  
}


