.loader-screen{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100vw;z-index:100000}.loader-screen svg{animation-duration:3s;animation-iteration-count:infinite;animation-name:pulse;transform:scale(1);width:200px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}