.not-found-page .main{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found-page .not-found{font-family:"Jura",system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400}.not-found-page .not-found__link{background-image:linear-gradient(to top,transparent 0,#cfcfcf 0,#cfcfcf 1px,transparent 1px);background-repeat:no-repeat;background-position:left;transition-property:background-size;transition-duration:.3s;background-size:100% 100%;margin-top:50px;font-size:20px;font-weight:700}.not-found-page .not-found__link:hover{background-position:right;background-size:0 100%}