@charset "utf-8";body{background-color:#44a5e6;padding:0;margin:0}.container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.loader-wrapper{width:100px;height:100px;position:absolute;top:0;left:0;background-color:#242f3f;display:flex;justify-content:center;align-items:center}.pokeball{height:250px;width:250px;border:13px solid #383b4f;border-radius:50%;background-image:linear-gradient(#f51939 125px,white 125px);position:relative;animation:load 1.5s infinite ease}@keyframes load{25%{transform:rotate(15deg) translate(15px) scale(0.95)}50%{transform:rotate(0deg)}75%{transform:rotate(-15deg) translate(-15px) scale(0.95)}100%{transform:rotate(0deg)}}.pokeball:before{position:absolute;content:"";height:20px;width:250px;background-color:#383b4f;top:115px}.pokeball:after{position:absolute;content:"";height:90px;width:90px;background-image:radial-gradient(#fff 0,#fff 22px,#383b4f 22px,#383b4f 25px,#fff 25px,#fff 32px,#383b4f 32px);border-radius:50%;top:80px;left:80px}