h1 {
  text-align: center;
  font-family: monospace;
  font-size: 50px;
  background-color: black;
  color: white;
  }

h2 {
  font-family: fantasy;
  text-align: center;
  font-size: 30px;
  color: #ffffee;
  background-color: #d98218;
}

 p{
   color: #ffffff;
   background-color: #0d0d0d;
   font-family: fantasy;
   font-size: 15px;
    
 }
  
body{
  background-color: gray
}

img{
  float: left;
  width: 450px;
  border-style:inset;
    -width: medium;
  border-color: orange;
  border-radius: 15px;
  margin: 15px;
  

}