p {
  text-align: center;
  font-family: fantasy;
  font-size: 20px;
  color:coral;
  background-color:cornflowerblue;
  opacity: 0.9;


}


h1 {
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 100px;
  color: chocolate;
  border-style: solid;
  border-color:crimson;
  border-width:thick;
  background-color:firebrick;
  opacity: 0.7;
  


}

h2 {
  text-align: center;
  font-family: serif;
  font-size: 30px;
  color: burlywood;
  background-color:darksalmon;
  opacity: 0.8;


}


img {

  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: aqua;
  border-width: 10px;
  width: 500px;

}

body {
  font-family: sans-serif;
  background: #222;
  color: darkred;
}



