body
{
  margin: 0;
  padding: 0;

  background: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, Helvetica, sans-serif;
}

main {
  width: calc(100% - 50px);
  margin: 50px auto;
}


h1,h2,h3 {
  color: #111111;
}

h4,h5,h6 {
  color: #111111;
}

p {
  color: #111111;
  font-size: 16px;
  line-height: 20px;
}

blockquote {
  margin: 1em 50px; /* Adjust margin for indentation */
  padding: 1em; /* Add padding inside the blockquote */
  border-left: 4px solid #ccc; /* Add a left border */
  background-color: #f9f9f9; /* Light background color */
  font-style: italic; /* Italicize the text */
  color: #333; /* Darker text color */
}

blockquote cite {
  display: block; /* Make the citation a block element */
  text-align: right; /* Align citation to the right */
  font-size: 0.9em; /* Smaller font size for citation */
  color: #666; /* Lighter color for citation */
  margin-top: 1em; /* Space between quote and citation */
  font-style: normal; /* Remove italics from citation */
}

* {
  scroll-behavior: smooth;
}

/*
 * Make the images responsive too, by force!
 */

img {
  max-width: 100%;
  height: auto;
}

/*
 * Make the audio and video responsive too, by force too!
 */

audio,
video {
  max-width: 100%;
  height: auto;
}

/*
 * Make the <html5> elements responsive too
 */

audio,
canvas,
caption,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * ... and sort out the printer (inlined, per boilerplate)
 */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
