h1{
  text-align: center;
  font-family:fantasy;  
  font-size: 69px;
  background-color:#ffd194;
  
}
h2{
  text-align: left;
  font-family: fantasy;
  font-size: 30px;
  background-color:#f2cbae;  
}
body{
  background-color: #fcdfb9;

}
img{
  width:400px;
  float:left;
  margin:10px;
  border-style: solid;
  border-width: 10px;
  border-color: #efb35e;
  border-radius: 10px;
}