.loader{background-color:#fff;justify-content:center;align-items:center;width:100%;min-width:50vw;height:100vh;display:flex}.loader img{object-fit:contain;width:80px;height:80px;animation:1.5s ease-in-out infinite pulseScaleOpacity}@keyframes pulseScaleOpacity{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
