@-webkit-keyframes iconAnimate{0%{transform:rotate(5deg) scale(1.1)}50%{transform:rotate(-5deg) scale(1.2)}to{transform:rotate(5deg) scale(1.1)}}@keyframes iconAnimate{0%{transform:rotate(5deg) scale(1.1)}50%{transform:rotate(-5deg) scale(1.2)}to{transform:rotate(5deg) scale(1.1)}}.s404{text-align:center}.s404 .icon{margin-top:100px;-webkit-animation:iconAnimate 2s infinite;animation:iconAnimate 2s infinite}.s404 .notice{margin-bottom:5em;font-size:22px}