.loading-area{display:grid;place-items:center;height:50vh}.loader div{height:10px;width:10px;border-radius:50%;transform:scale(0);animation:animate 1.5s ease-in-out infinite;display:inline-block;margin:.5rem}.loader div:nth-child(0){animation-delay:0s}.loader div:nth-child(1){animation-delay:.2s}.loader div:nth-child(2){animation-delay:.4s}.loader div:nth-child(3){animation-delay:.6s}.loader div:nth-child(4){animation-delay:.8s}.loader div:nth-child(5){animation-delay:1s}.loader div:nth-child(6){animation-delay:1.2s}.loader div:nth-child(7){animation-delay:1.4s}@keyframes animate{0%,to{transform:scale(.2);background-color:#00514d}40%{transform:scale(1);background-color:#00514d}50%{transform:scale(1);background-color:#00514d}}
