body {
  background-color: #404040;
}
body > .container {
  border: 1px solid black;
  background-color: white;
  /* max-width: 1140px; */
  font-size: larger;
}
body > .container > .content p {
  text-align: justify;
}
body .caption {
  color: #ccc;
  /* font-size: 16px; */
  text-shadow: 1px 1px 1px #000;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*# sourceMappingURL=style.css.map */
