body{margin:0;font-family:Courier New,Courier,monospace;overflow:hidden}body img{width:150px;height:150px}@media screen and (min-width:1022px){body img{width:250px;height:250px}}.o{transition:all 25s cubic-bezier(.68,-.55,.27,1.55);animation:rotate 25s linear infinite alternate}@keyframes rotate{0%{transform:rotate(-200deg)}25%{transform:translate3d(-100px,100px,-100px)}35%{transform:rotate(-50deg)}50%{transform:translate3d(100px,100px,100px)}65%{transform:rotate(-50deg)}75%{transform:translateZ(0)}to{transform:rotate(-100deg)}}.bgImage{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding-bottom:100px;position:relative;backdrop-filter:blur(10px)}.bgImage,.l{width:100%;height:100vh}.l{background:url(/404.png);background-size:contain;background-position:50%;background-repeat:no-repeat;transition:all 5s cubic-bezier(.68,-.55,.27,1.55);animation:moveBg 5s linear infinite alternate}@keyframes moveBg{0%{transform:translateZ(0)}20%{transform:translate3d(0,-2px,0)}40%{transform:translate3d(0,2px,0)}60%{transform:translate3d(0,-2px,0)}80%{transform:translate3d(0,2px,0)}to{transform:translateZ(0)}}