body { 
  background-color: darkgrey
}

h1 { 
  font-family: cursive
}

h2 { font-family: cursive
     
}

h3 { font-family: cursive
}   

img { float: left;
      width: 200px;
      margin: 11px;
      border-color: black;
      border-width: 5px;
      border-style: solid;
      border-radius: 11px;
}

p { text-align: left
    font-family: cursive;
    font-size: 16px;
    text-decoration-color: blue
}


      
  
      

