.loader{width:100px;text-align:center;margin:0 auto}.loader>div{width:15px;height:15px;background-color:#07e7ff;border-radius:100%;display:inline-block;animation:loader-animation 1.4s infinite ease-in-out both}.loader>div:nth-child(1){background-color:#a6fbe1;animation-delay:-.32s}.loader>div:nth-child(2){background-color:#07e7ff;animation-delay:-.16s}@keyframes loader-animation{0%,to{transform:scale(.5)}50%{transform:scale(1)}}body{margin:0}
