#wrapper{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;position:relative;width:100%;z-index:99999}img#star-img,ul#load-star{display:flex;left:50%;margin:0;padding:0;position:absolute;transform:translate(-50%,-50%)}ul#load-star{top:50%}img#star-img{top:44%}ul#load-star li{animation:animate 1s linear infinite;border-radius:50%;height:20px;list-style:none;margin:0 5px;width:20px}@keyframes animate{0%{background-image:url(../logo-black.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:30px;transform:translateY(0);width:30px}60%{background-image:url(../logo-black.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:30px;transform:translateY(0);width:30px}80%{background-image:url(../logo-white.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:30px;transform:translateY(-10px);width:30px}to{background-image:url(../logo-black.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:30px;transform:translateY(0);width:30px}}ul#load-star li:first-child{animation-delay:0}ul#load-star li:nth-child(2){animation-delay:-.8s}ul#load-star li:nth-child(3){animation-delay:-.6s}ul#load-star li:nth-child(4){animation-delay:-.4s}ul#load-star li:nth-child(5){animation-delay:-.2s}
