*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}body{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;background-color:#001749;color:#ccc}.container{background:linear-gradient(to bottom,#044e8a,#026902);border-radius:10px;margin:auto;width:300px;height:300px;display:flex;justify-content:center;align-items:center;animation:slideAround 8s infinite cubic-bezier(.77,0,.175,1)}.container h1{font-size:2rem;margin-bottom:1rem}.container p{font-size:1.2rem;margin-bottom:1rem}@keyframes slideAround{0%{transform:translate(0)}25%{transform:translate(250px,50)}50%{transform:translate(200px,200px)}75%{transform:translate(-50px,200px)}to{transform:translate(0)}}
