.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#f9f9f9;color:#333;text-align:center;padding:1.5rem}.notfound-title{font-size:8rem;font-weight:900;margin:0;color:#2563EB;animation:bounce 1.5s infinite}.notfound-subtitle{font-size:2rem;font-weight:600;margin:1rem 0 .5rem}.notfound-text{font-size:1rem;color:#555;margin-bottom:2rem;max-width:500px}.notfound-image{width:280px;max-width:100%;margin-bottom:2rem;object-fit:contain}.notfound-button{display:inline-block;background-color:#007bff;color:#fff;text-decoration:none;font-size:1rem;padding:.75rem 1.5rem;border-radius:5px;transition:background-color .3s ease}.notfound-button:hover{background-color:#0056b3}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}