.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.not-found p{color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:20px}.not-found img{height:auto;width:250px;margin-bottom:30px}@media(min-width:768px){.not-found img{width:350px}}.not-found button{display:inline-flex;padding:13px 26px;align-items:flex-start;gap:10px;border-radius:4.432px;background:#665bff;color:#fff;cursor:pointer}.not-found button:hover{scale:1.1}