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


}

h1 {
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 25px;
  color: #ea998e;



}

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

h2 {
  text-align: center;
  font-family: serif;
  font-size: 30px;
  color: #9d2a2a;


}


img {

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

}

