.not-found{min-height:calc(100vh + var(--header-height)*-1);min-height:calc(100dvh + var(--header-height)*-1);flex-direction:column;justify-content:center;gap:1rem;display:flex}.not-found .not-found-content{justify-content:center;align-items:center;gap:1rem;display:flex}.not-found .not-found-content .not-found-title{flex-direction:column;font-size:1.5rem;font-weight:700;line-height:1;display:flex}.not-found .not-found-text{text-align:center;margin-bottom:1rem}.not-found .not-found-btn{background-color:var(--foreground);color:var(--background);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem}
