<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text {
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 1265px;
  display: block;
  margin: auto;
}

.header {
  padding: 5rem;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  max-width: 1265px;
  display: block;
  background: #2e2d33;
  margin: auto;
}
.code {
  background: #062538;
  color: #00e000;
  font-size: 2rem;
  padding: 1rem;
  padding-top: 2rem;
  max-width: 1265px;
  display: block;
  margin: auto;
  margin-bottom: -1rem;
  line-height: 3rem;
}

.snippet {
  background: white;
  padding: 0.2rem;
  color: #062538;
}

.devPic {
  display: block;
  margin: auto;
  max-width: 1265px;
  background: #062538;
}

.devPic &gt; img {
  display: block;
  margin: auto;
  max-width: 1200px;
}

/* utilities */
.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.thumbnail {
  max-width: 20rem !important;
  padding-top: 2rem;
}

.link {
  text-align: center;
  background: #000;
  max-width: 1300px;
  display: block;
  margin: auto;
}

.link p {
  font-size: 3rem;
  color: #00e000;
  margin-bottom: 0;
}

.link &gt; a {
  text-decoration: none;
  color: #00e000;
  display: block;
  padding: 0.7rem;
  font-size: 2rem;
  height: 2rem;
}

.link &gt; a:hover {
  font-size: 2.2rem;
  text-decoration: underline;
  transition: 0.5s;
}

.letter {
  color: #fff !important;
}

.navCustomLink img {
  width: 8rem;
  display: block;
  margin: auto;
}

.custom-switch {
  position: absolute !important;
}

.footer-link-custom:hover {
  text-decoration: none !important;
  font-weight: bold !important;
}

/* Media queries &lt; 333 */
@media (max-width: 900px) {
  body {
    margin: 0;
  }

  .header {
    padding: 1rem;
    font-size: 2rem;
  }

  .text {
    font-size: 1.5rem;
  }

  .code {
    font-size: 1.2rem;
    padding: 0.5rem;
    padding-top: 2rem;
    line-height: 2rem;
    width: 100vw;
  }
}

@media (max-width: 500px) {
  body {
    /* background: #fff; */
    background: #2e2d33;
  }
  .text {
    font-size: 1rem;
    /* padding: 2rem; */
    margin: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 2rem;
  }

  .code {
    font-size: 0.8rem;
    margin: 0;
  }

  .devPic &gt; img {
    max-width: 300px;
  }

  .navCustomLink img {
    width: 4rem;
  }
}
</pre></body></html>