body {
  background-color: lightgray;
}

h1 {
  color: black;
  text-align: center;
  font-family: Georgia;
}

p {
  font-family: Georgia;
  font-size: 18px;
}
.image_w_text {
#  width:200px;
  text-align:left;
}
.image_w_text img {
  border:1px solid gray
}
.image_w_text p {
  margin-top:2px;
  font-style:italic; 
  font-size:14px
}