@import url("https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Francois+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Farro:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  display: flex;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 70px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header p {
  color: black;
  text-align: center;
  font-family: "Tourney", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.88px;
}
header nav {
  margin-left: 50px;
  margin-right: 601px;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header nav ul li {
  color: #000;
  font-family: "Staatliches", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
}
header nav ul li a {
  color: #000;
  font-family: "Staatliches", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  text-decoration: unset;
}
header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  padding-top: 150px;
  padding-bottom: 90px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
main img {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 150px;
  z-index: -2;
}
main .sidebar {
  position: sticky;
  top: 58px;
}
main .sidebar nav {
  padding: 9px;
}
main .sidebar nav ul {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
main .sidebar nav ul li {
  width: 369px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-4, #BDBDBD);
}
main .sidebar nav ul li a {
  color: #000;
  font-family: "Francois One", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: unset;
}
main .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
main .text .chapter-1, main .text .chapter-2, main .text .chapter-3, main .text .chapter-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .text .chapter-1 .divider, main .text .chapter-2 .divider, main .text .chapter-3 .divider, main .text .chapter-4 .divider {
  display: flex;
  align-items: flex-end;
  background-color: black;
  width: 100px;
  height: 8px;
}
main .text .chapter-1 h2, main .text .chapter-2 h2, main .text .chapter-3 h2, main .text .chapter-4 h2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 20px;
  color: #000;
  font-family: "Francois One", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
main .text .chapter-1 h2 span, main .text .chapter-2 h2 span, main .text .chapter-3 h2 span, main .text .chapter-4 h2 span {
  color: #000;
  font-feature-settings: "sup";
  font-family: "Farro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  vertical-align: super;
  text-transform: none;
}
main .text .chapter-1 p, main .text .chapter-2 p, main .text .chapter-3 p, main .text .chapter-4 p {
  margin-top: 40px;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
main .text .chapter-1 p .underlined, main .text .chapter-2 p .underlined, main .text .chapter-3 p .underlined, main .text .chapter-4 p .underlined {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-decoration-line: underline;
}
main .text .chapter-1 p .italic, main .text .chapter-2 p .italic, main .text .chapter-3 p .italic, main .text .chapter-4 p .italic {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}
main .text .chapter-1 p .bold, main .text .chapter-2 p .bold, main .text .chapter-3 p .bold, main .text .chapter-4 p .bold {
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
main .text .chapter-1 p .code, main .text .chapter-2 p .code, main .text .chapter-3 p .code, main .text .chapter-4 p .code {
  background-color: lightgray;
}

/*# sourceMappingURL=style.css.map */
