* {
  margin: 0;
  padding: 0;
}
html {
  min-width: 320px;
}
body {
  font-family: "Courier New", Courier, "Lucida Typewriter", monospace;
  background-color: #edebe9;
}
a {
  color: black;
}
a:hover {
  color: black;
}
p {
  font-size: 16px;
  font-weight: 100;
  line-height: 18px;
}
img {
  max-width: 750px;
  filter: grayscale(1) brightness(120%) drop-shadow(-8px 8px 0px #ffd500);
}
.underlined {
  display: inline;
  text-decoration: underline;
}
.label {
  position: relative;
  display: block;
  clear: both;
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  background-color: white;
}
.row {
  padding-top: 8%;
}
.caption {
  background: #ffffff;
  top: 8%;
  left: 6.55%; /* top% times 0.822222 */
  padding: 3%;
  width: 70%;
  max-width: 500px;
  max-height: 150px;
  overflow: hidden;
  position: absolute;
}