.notfound-container{color:#fff;text-align:center;background-color:#0e0e0e;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.notfound-container img{width:50vw;filter:drop-shadow (0 0 20px #afe507cc);animation:1s infinite alternate glow}@keyframes glow{0%{filter:drop-shadow(0 0 20px #0ff)}to{filter:drop-shadow(0 0 20px #afe507)}}.notfound-text{opacity:.8;margin-bottom:20px;font-size:1.5rem}.notfound-button{color:#0e0e0e;background-color:#afe507;border-radius:8px;padding:12px 24px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;box-shadow:0 4px 10px #afe50799}.notfound-button:hover{background-color:#d2ff57;transform:scale(1.1);box-shadow:0 6px 15px #afe507e6}
