.chapterLinks{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;width:100%}.chapterLinks-button{width:100%;text-align:center;font-weight:700;font-family:var(--font-open-sans),sans-serif;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .2s ease-in-out;text-decoration:none;display:block;cursor:pointer}.chapterLinks-button-default{background-color:#e5e5e5;color:var(--foreground)}.chapterLinks-button-inverted{background-color:transparent;color:var(--foreground);border:1px solid var(--foreground)}.chapterLinks-button:hover{background-color:#d0d0d0}.chapterLinks-button:active{background-color:#b8b8b8}@media (prefers-color-scheme:dark){.chapterLinks-button{background-color:#2a2a2a}.chapterLinks-button:hover{background-color:#3a3a3a}.chapterLinks-button:active{background-color:#4a4a4a}}.subheader__container{width:100%;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:72px;background-color:var(--background);z-index:2}.subheader__container-inner{display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:space-between;width:100%;max-width:64rem;margin:0 auto}.subheader__title{text-align:center;text-transform:uppercase}.subheader__counter,.subheader__title{font-size:12px;color:var(--foreground-subtle);font-weight:600}.subheader__counter{text-align:right}:root{--background:#ffffff;--foreground:#171717;--foreground-subtle:#777777;--font-lexend:"Lexend",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--foreground-subtle:#444444}}*{box-sizing:border-box}body,html{margin:0;padding:0}body,html,main{box-sizing:content-box}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;min-height:100vh}.global-layout{height:calc(100vh - 125px);padding:0 24px;max-width:650px;margin:0 auto}.global-layout,.page-layout{position:relative;justify-content:flex-end}.global-layout,.page-layout,.page-layout-container{display:flex;flex-direction:column;align-items:center}.page-layout-container{max-width:64rem;width:100%;height:100%;height:calc(100vh - 160px);margin-bottom:20px;text-align:center;justify-content:space-between;padding-bottom:50px}.section-layout{background-color:red}@media (max-width:400px){.page-layout-container{height:calc(100vh - 163px)}}