.loader{align-items:center;display:flex;height:20vh;justify-content:center}.spinner{animation:rotation .8s linear .25s infinite;border:6px solid rgba(64,64,64,.2);border-radius:100%;border-top-color:rgba(64,64,64,.55);height:5vh;opacity:0;width:5vh}@keyframes rotation{0%{opacity:1;transform:rotate(0deg)}to{opacity:1;transform:rotate(359deg)}}
/*# sourceMappingURL=main.adeb4bf9.css.map*/