.notfound-container{text-align:center;background:#fff;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.notfound-content{max-width:500px}.notfound-code{justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}.notfound-four{color:#00599c;font-family:Arial;font-size:100px}.notfound-zero{background:0 0;justify-content:center;align-items:center;width:100px;height:100px;animation:4s linear infinite rotate;display:flex}.notfound-btn{color:#00599c;cursor:pointer;background:#fff;border:1px solid #00599c;border-radius:40px;padding:12px 28px;font-family:Arial;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.notfound-btn:hover{color:#fff;background:#00599c;transform:scale(1.05)}@keyframes rotate{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.06)}to{transform:rotate(360deg)scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:480px){.notfound-container{height:50vh}.notfound-message{font-size:14px}.notfound-btn{width:70%;padding:10px 20px}}
