.loading{place-items:center;min-height:calc(100vh - 5rem);display:grid}.loading__logo{width:100px;height:100px;animation:2s ease-in-out infinite loading-pulse}@keyframes loading-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}
