.not-found-page{background:var(--secondary-bg-color);height:100dvh;max-height:100dvh;color:var(--primary-text-color);flex-direction:column;justify-content:stretch;align-items:center;display:flex}.not-found-container{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:2rem;padding-inline:2rem;display:flex}.not-found-container>h1{text-align:center;text-transform:none;font-size:3rem;font-weight:700}.not-found-container>p{text-wrap:pretty;text-transform:none;font-size:2rem}.not-found-container>.link-container{flex-flow:wrap;gap:2rem;font-size:2em;display:flex}.not-found-container>.link-container>a{color:inherit;text-underline-offset:.25em;font-family:Roboto,sans-serif;text-decoration:underline;text-decoration-thickness:.0125em}.not-found-container>.link-container>a:hover,.not-found-container>.link-container>a:focus{color:var(--main-color);text-decoration:none}footer{align-self:flex-end;width:100%}.not-found-page.dark-theme{--main-color:#2ecc71;--primary-bg-color:#252c48;--secondary-bg-color:#171c32;--primary-text-color:#fff;--secondary-text-color:#eee}
