.loader{justify-content:center;align-items:center;height:100vh;animation:1s linear infinite pulse;display:flex}@keyframes pulse{0%{opacity:1;transform:scale(1.2)}50%{opacity:0;transform:scale(1)}to{opacity:1;transform:scale(1.2)}}
