#loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:#fff;z-index:9999}#loader img{animation:pulse 1.5s ease-in-out infinite;transform-origin:center}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.08);opacity:1}}
