p {
  text-align: center;
  font-family: fantasy;
  font-size: 20px;
  color:coral;
 


}




body {
  font-family: sans-serif;
  background: #222;
  color: darkred;
}

h1 {
  text-align: center;
  font-family: monospace;
  font-size: 25px;
  color: chocolate;
  
  
}

h2 {
  text-align: center;
  font-family: serif;
  font-size: 30px;
  color: burlywood;
  
    
  
}


img {

  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: aqua;
  border-width: 10px;
  
}
  
  
  

