.notfound-container{color:#333;background:radial-gradient(circle,#f0f0f0 0%,#dcdcdc 100%);justify-content:center;align-items:center;height:100vh;font-family:Segoe UI,sans-serif;display:flex}.notfound-content{text-align:center;animation:1s ease-in-out fadeIn}.notfound-title{text-shadow:2px 2px 5px #0003;margin:0;font-size:120px;font-weight:800}.notfound-text{margin:20px 0 30px;font-size:22px}.notfound-button{border-radius:30px;padding:12px 28px;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-block}.notfound-button:hover{transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
