.notfound{color:var(--page-color-white);height:80vh;flex-direction:column;position:relative;text-align:center}.notfound,.notfound__header{display:flex;justify-content:center;align-items:center}.notfound__header{gap:10px;margin:30px 0}.notfound__text{display:flex;flex-direction:column;align-items:center;margin:20px 0}.notfound__holy{align-items:center;flex-wrap:wrap}.notfound__error,.notfound__holy{display:flex;justify-content:center}.notfound__error{align-items:flex-end}.notfound__pageParagraph{text-transform:uppercase;margin:10px}.notfound__backPage{margin-top:50px;display:flex;justify-content:center}.notfound__backParagraph{display:flex;align-items:center;flex-direction:column;gap:5px}@media(min-width:640px)and (max-width:1024.98px){.notfound__backParagraph{flex-direction:row;justify-content:center;align-items:normal}}.notfound__back{display:flex;background:linear-gradient(272.98deg,#00df81 -8.27%,#0069ce 137.97%);-webkit-background-clip:text;color:rgba(0,0,0,0);text-transform:uppercase;text-decoration:underline;transition:transform .5s;cursor:pointer}.notfound__back:hover{color:var(--page-color-success);transform:scale(1.1)}