h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 30px;
  background-color: darkgrey
}
h2{
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  background-color: darkgray
}
p{
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  background-color:darkgray
}
img{
  width:250px; 
  float: left;
  margin:20px 
  border-style:solid;
  border-color: black;
  border-radius:10px;
}
