.pageNotFoundParent{display:flex;flex-direction:column;height:80vh;width:100%}.not-found-container{display:flex;align-items:center;justify-content:center;flex-grow:1;width:100%;padding:60px 16px;text-align:center;box-sizing:border-box}.not-found-content{max-width:500px;width:100%;font-family:Poppins,sans-serif}.not-found-title{font-size:4rem;font-weight:800;color:#007BC9;margin:0 0 12px}.not-found-message{font-size:1.1rem;font-weight:500;color:#555;margin-bottom:24px}.not-found-button{display:inline-block;padding:10px 20px;font-size:.95rem;font-weight:600;background-color:#007BC9;color:#fff;border:none;border-radius:6px;text-decoration:none;transition:all .3s ease}.not-found-button:hover{color:#FFE000;cursor:pointer}@media (max-width:768px){.not-found-title{font-size:3.2rem}.not-found-message{font-size:1rem}.not-found-button{padding:9px 18px;font-size:.9rem}}@media (max-width:480px){.not-found-title{font-size:2.5rem}.not-found-message{font-size:.95rem}.not-found-button{padding:8px 16px;font-size:.85rem}}@media (min-width:481px) and (max-width:1024px){.not-found-container{margin-top:70px}.not-found-title{font-size:3.2rem}.not-found-message{font-size:1rem}.not-found-button{padding:9px 18px;font-size:.9rem}}@media (min-width:1025px){.not-found-container{margin-top:90px}.not-found-title{font-size:3.2rem}.not-found-message{font-size:1rem}.not-found-button{padding:9px 18px;font-size:.9rem}}@media (min-width:1025px) and (max-width:1180px){.not-found-container{margin-top:90px}}