h1{
text-align: center;
  color: blue;
  font-size: 60px;
  font-family: sans-serif;
  background-color: crimson;
}

h2{color: forestgreen;
  font-family: cursive;
text-align: center;
  background-color: darkorange;
}
p{
  color: darkred;
  font-family: fantasy;
  text-align: left;
  font-size: 14px;
}
h1{
  text-align: center;
  color: blue;
  font-size: 60px;
  font-family: sans-serif;
  background-color: crimson;
}

h2{color: forestgreen;
  font-family: cursive;
  text-align: center;
  background-color: darkorange;
}
p{
  color: darkred;
  font-family: fantasy;
  text-align: left;
  font-size: 14px;
}
img{
  width:300px;
  border-style: ridge;
 border-color: darkorange;
 border-width: thick;
   border-radius: 15px;
}
body{
  background-color: darkgreen
}