.documentPage{background-color:var(--backgroundModal);border-radius:10px;box-shadow:0 0 3px var(--backgroundInactive),0 2px 3px var(--backgroundInactive);box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit;gap:10px;margin:5rem;max-height:-moz-fit-content;max-height:fit-content;min-height:90%;min-width:460px;padding:4rem 3rem;width:85%}.documentPage .content{box-shadow:unset;flex-grow:1}.documentPage .actions{text-align:center}.documentPage h1{font-size:2rem;text-align:center}.documentPage h1,.documentPage h2{color:var(--primary);margin-bottom:1rem}.documentPage h2{font-size:1rem}.documentPage h2,.documentPage h3{font-weight:700;padding-top:1.25rem;text-align:left}.documentPage h3{color:var(--primary);font-size:.9rem;margin-bottom:1rem}.documentPage p{color:var(--primaryText);padding:.25rem 1rem;text-align:left}.documentPage ul{padding-left:2.5rem}.documentPage ul li{padding-bottom:.25rem}
