.not-found{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.not-found p{font-size:2rem;font-weight:600}.not-found .back-btn{border:1px solid var(--primary-color);background-color:var(--primary-color);width:300px;height:60px;color:var(--light-color);border-radius:15px;justify-content:center;align-items:center;margin:30px;font-size:1.3rem;font-weight:500;transition:box-shadow .15s;display:flex}.not-found .back-btn:hover{box-shadow:3px 3px 8px -3px #223c5066}
