h1{
  background:bisque;
  color:corAL;
  font-family:monospace;
  font-size: 30px;
}
body{
  background:antiquewhite;
  
}


p{
  color:black;
  font-family:cursive;
  font-size :15px;
}


h3{color:coral;
  
}

img{
  width:200px;
  float:right;

}


ol{
  
  color:coral;
  font-family:cursive;
  
}
