.not-found__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:60vh;display:flex}.not-found__heading{opacity:0;font-family:var(--font-open-sans);font-size:3.6rem;animation-name:fadeIn;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.not-found__link{color:#722278;font-size:1.8rem;font-weight:600;text-decoration:none}.not-found__link:hover,.not-found__link:active,.not-found__link:focus{filter:brightness(1.2);text-decoration:underline}
