img {
  float: right;
  width: 250px;
  margin: 10px;
  height:180px ; 
  border-color: darkseagreen;
  border-width: 5px;
  border-style: solid;
  border-radius: 10px;
}

body {
  background-color: sienna;
}


p {
  color:blanchedalmond;
  font-size: 16px;
  font-family:Arial, Helvetica,sans-serif;
  ;
}
h1 {
 background-color:sandybrown;
  color:saddlebrown;

  
}


