body{
background-color: lightblue
}

h1{color:red;
  text-align:center;
  font-family:fantasy;
  font-size: 23px;
  
}

h2{color: darkorange;
  text-align: left;
  font-family: cursive;
  font-size: 15px;
  
}

h3{color:forestgreen;
  text-align: left;
  font-family: fantasy;
  font-size: 24px;
  
}
}
h4{color: blue;
  text-align: left;
  font-family:default;
  font-size: 14px;
  
  
  
}
h5{color: red;
  text-align: left;
  font-family: cursive;
  font-size: 12px;
  

}
p{color: white;
  text-align: left;
  font-family: cursive;
  font-size: 12px;  
  
}

img {
  height: 250px;
  border-style:solid;
  border-width: thick;
  border-color:red;
}