.jericho {
  background-image: url("jerlaugh.png");
  background-size: 150px;
  }
body {
  color: red;
  font-family: "Impact", sans-serif;
  text-align: center;
  background-color: grey;
}
div {
  background-color: black;
}
figure {
  border: thick #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 220px;
  margin: auto;
  background-color: black;
}
img {
  margin: 5px;
}
figcaption {
  font-size: 100px;
}
div {
  border: thick #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 220px;
  margin: auto;
  background-color: white;
}
b {
  color: white;
}