@keyframes error404animation{0%{transform:rotate(0deg)}20%{transform:rotate(-60deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(50deg)}80%{transform:rotate(-20deg)}to{transform:rotate(0deg)}}.error404-body-con{width:90vw;height:70vh;position:absolute;left:50%;top:20%;transform:translate(-50%,-10%)}.error404-body-con-title{text-align:center;font-size:50px;font-weight:700;color:#2d8cf0;height:260px;line-height:260px}.error404-body-con-title span{display:inline-block;color:#19be6b;font-size:50px;animation:error404animation 3s ease 0s infinite alternate}.error404-body-con-message{display:block;text-align:center;font-size:20px;font-weight:500;line-height:100px;letter-spacing:5px}.error404-btn-con{text-align:center;padding:1vw 0;margin-bottom:2vw}