body{min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:stretch;background-color:var(--tertiary-color)}header{position:initial;box-shadow:none}header .reduced-header-item p.additional-text:hover{text-decoration:underline;text-underline-offset:4px}#content{flex-grow:1;display:flex;flex-direction:column;align-items:start;gap:40px;padding:70px max(env(safe-area-inset-right),8%) 100px max(env(safe-area-inset-left),8%);background-color:var(--secondary-color)}#content .text-font{white-space:pre-line;word-break:break-word}#content .text-font span{font-weight:600}#content .text-font .big-heading{font-size:25px}@media screen and (max-width:850px){#content{padding:50px max(env(safe-area-inset-right),8%) 80px max(env(safe-area-inset-left),8%)}}
