.NotFoundWrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;background-color:var(--lightGray);color:var(--black);text-align:center}.NotFoundCode{font-size:clamp(4rem,15vw,8rem);font-weight:700;line-height:1;color:var(--purple);opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.NotFoundTitle{margin-top:.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600}.NotFoundDescription{margin-top:.75rem;max-width:28rem;font-size:1rem;line-height:1.5;color:var(--darkGray)}.NotFoundBackBtn{margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:var(--bgPurple);border:none;border-radius:.25rem;font-size:1rem;cursor:pointer}.NotFoundBackBtn:hover{background-color:var(--purple)}.NotFoundBackBtn .TitleMenu{color:var(--white)}
