body {
  background-color: blue;
  font-family:;
  background-image: url("flowers.png");
}
h1{
  background-color: white;
}
div {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 10px;
  background-color: white;
  width: 400px;
  height: 200px;
  border: 5px solid black;
  font-family:comic sans ms;
}
p {
  position: absolute;
  background: white;
  bottom: -1em;
  border-top: 2px solid black;
  border-right: 2px solid black;
  padding: 5px;
  margin-right: -2px;
  font-size: 10pt;
}
img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
