body{
  background-color: lightgray;
}

h1{
  color: peachpuff;
  font-size: 40px;
  text-align: center;
  font-family: cursive;
}

h2{
  font-family: cursive;
  text-align: right;
  font-size: 25px;
  color: burlywood;
}

h4{
  text-align: center;
  color: whitesmoke;
  font-family: cursive;
  font-size: 20px;
}

p{
  font-family: cursive;
  font-size: 15px;
  color: dimgray;
  text-align: center
}

img{
  height: 200px;
  border-color: azure;
  border-style: outset;
  border-width: 10px;
  float: left
}