<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  background: linear-gradient(to bottom, #465098, #ffffff);
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.chapter_contents {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background-color: #ffffff;
}

.title h1 {
  text-align: center;
  max-width: 150px;
  margin: 10px auto;
  background-color: #000;
  color: #fff;
}

.first_par {
  background-image: url(../img/bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.first_par p {
  font-weight: 600;
}
.first_par span {
  font-size: 14px;
  font-weight: 600;
}
.first_par ul {
  font-weight: 600;
}
.first_par li {
  list-style: none;
}

.asterisco {
  text-align: center;
}

.text_end {
  text-align: left;
  font-weight: 600;
}
.text_end img {
  margin: 0 100px;
  width: 400px;
}

.img_chapter {
  margin: 10px 100px;
}
.img_chapter img {
  width: 400px;
}

.img_chapter2 {
  margin: 10px;
}
.img_chapter2 img {
  width: 600px;
}

.chap {
  text-align: center;
  font-weight: 600;
}

.first_par_alternative p {
  font-weight: 600;
}
.first_par_alternative span {
  font-size: 14px;
  font-weight: 600;
}
.first_par_alternative ul {
  font-weight: 600;
}
.first_par_alternative li {
  list-style: none;
}/*# sourceMappingURL=chapter.css.map */</pre></body></html>