.loader{display:flex;justify-content:center;align-items:center;height:80vh;width:100%}.loader>div{border-radius:50%;display:inline-block;-webkit-animation:loader-animation 1.4s ease-in-out infinite both;animation:loader-animation 1.4s ease-in-out infinite both}.loader>div:last-child,.loader>div:last-of-type{margin-right:0}@keyframes loader-animation{0%,80%,to{transform:scale(0);-webkit-transform:scale(0);opacity:.5}40%{-webkit-transform:scale(1);opacity:1}}.loader>div:first-child{animation-delay:-.32s;-webkit-animation-delay:-.32s}.loader>div:nth-child(2){animation-delay:-.16s;-webkit-animation-delay:-.16s}