h1{
  font-family: monospace;
  font-size: 60px;
  text-align: center;
  color: brown;
  background-color:antiquewhite;
  border: 5px solid brown;
}

h2{
  font-family: fantasy;
  background-color: coral;
    text-align: center;
  border: 5px solid green;
  color: black;
  font-size: 30px;

}
body{
  background-color:#fa3304;
}
img{
  width:300px;
  border-style:ridge;
  border-color:blue;
  border-width:9px;
  border-radius:9px;
  margin: 9px;
    
}