@font-face {
  font-family: "SourceCodePro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceCodePro-Regular.ttf.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "SourceCodePro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceCodePro-Bold.ttf.woff2") format("woff2");
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #CCCCCC;
  background-color: #1F1F28;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#header h1 {
  text-align: center;
  font-size: 32px;
  padding-top: 70px;
}

#content {
  width: 1000px;
  margin: 0 auto;
}

.sect1 h2 {
  font-size: 24px;
  padding-top: 30px;
  color: #76947A;
}

.paragraph {
  text-align: justify;
}

.quoteblock {
  background-color: #363646;
  border: 1px solid #54546D;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.listingblock .content pre {
  background-color: #181616;
  border-radius: 20px;
  padding: 20px;
}

.literalblock .content pre {
  color: #76947A;
  text-align: center;
  font-weight: 700;
  font-family: "SourceCodePro";
}

.imageblock {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.imageblock img {
  border-radius: 20px;
}

#footer-text {
  font-size: 14px;
  text-align: right;
}
