html, body {
    margin: 0;
    padding: 0;
  }
  figcaption {
      text-align: center;
      font-style: italic;
  }
  figure {
      text-align: center;
  }
  h1 {
    margin-bottom: 17px;
  }
  h2 {
    line-height: 1.6;
    margin: 30px 0 0 0;
    margin-bottom: 18px;
    margin-top: 33px;
  }
  h3 {
    font-size: 30px;
    margin: 10px 0 20px 0;
    color: #333;
  }
  header {
    width: 640px;
    margin: auto;
  }
  section {
    max-width: 900px;
    margin: auto;
  }
  .section-content {
      background-color: #ffffff;
      border: 1px solid black;
      padding: 2em;
      box-shadow: 0em 0.1em 0.4em 0.01em hsla(0, 0%, 26%, 0.7);
  }
  section p {
    margin-bottom: 27px;
    font-size: 16pt;
    line-height: 1.6;
    color: #333;
  }
  section img {
    max-width: 100%;
  }
  .medium-footer {
    padding: 50px 20px;
    text-align: center;
    font-size: 12pt;
  }
  .aspectRatioPlaceholder {
    max-width: auto !important;
    max-height: auto !important;
  }
  .aspectRatioPlaceholder-fill {
    padding-bottom: 0 !important;
  }
  header,
  section[data-field=subtitle],
  section[data-field=description] {
    display: none;
  }