/*
* {
  border: 1px solid red;
}
*/
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #5d5d5d;
}
.container {
  max-width: 600px; 
  margin: 0 auto;
  position: relative;
}
.lang {
  position: absolute;
  top: 9px;
  right: 0;
  width: 32px;
  height: 20px;
  background: #5d5d5d;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.logo {
  width: 64px;
  height: 64px;
  margin-top: 9px;
}
.nav {
  text-align: left;
  font-size: 12px;
  color: #82a1be;
  margin-top: -59px;
  font-weight: bold;
  margin-left: 84px;
  word-spacing: 12px;
}
.quote {
  position: absolute;
  top: 62px;
  left: 247px;
  font-style: italic;
  font-size: 12px;
  color: #414141;
  width: fit-content;
}
.top-line {
  height: 1px;
  background-color: #c9e1f0;
  width: 100%;
  margin-top: 87px;
  margin-bottom: 10px;
}
.content {
  display: flex;
  margin-top: 30px;
}
.left-text {
  width: 50%;
  font-size: 12px;
  padding-right: 10px;
  line-height: 1.6;
}
.left-text .category {
  font-size: 11px;
  color: #8aa7c3;
  margin-bottom: 6px;
}
.left-text .italic {
  font-style: italic;
  color: #414141;
}
.book-name {
  width: 80%;
  font-size: 14px;
  color: #8aa7c3;
  line-height: 1.6;
}
.book-chapter {
  width: 90%;
  font-size: 12px;
  line-height: 1.6;
}
.right-text {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
}
.right-img {
  width: 100%;
  text-align: center;
  margin-left: 10px;
}
.right-img img {
  width: 386px;
  height: auto;
  display: block;
  margin-top: -2px;
  margin-left: 8px;
}
.dwn-line {
  height: 1px;
  background-color: #c9e1f0;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}
.dwn-text {
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
}
.footer {
  font-size: 12px;
  color: #5d5d5d;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #c9e1f0;
  text-align: center;
}
.identifier {
  font-size: 11px;
  color: #8aa7c3;
  text-align: left;
}
.scheme-captions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 10px;
  font-size: 11px;
  color: #414141;
  line-height: 1.3;
  transform: translateX(0px);
}
.caption-left,
.caption-right {
  width: 50%;
}
.caption-left {
  text-align: left;
  padding-left: 35px;
}
.caption-right {
  text-align: right;
  padding-right: 35px;
}
.scheme-captions span {
  font-style: italic;
  color: #888;
}
