body,html{margin:0;padding:0;width:100%;height:100%}.loader-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.pulsing-logo{width:75px;height:75px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.fade-out{animation:fadeOut .5s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}