.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f9f9f9;z-index:9999}.rotate-logo{width:150px;animation:rotate 3s cubic-bezier(.6,.02,.34,1.4) infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease-in-out}.fade-in-slow{animation:fadeIn 2s ease-in-out}
