@keyframes rotateSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.appsplash{align-items:center;background-color:#000;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:9999}.appsplash>.logo{margin-bottom:16px;max-height:40px;max-width:100%}.appsplash>.spinner{animation:rotateSpinner .6s linear infinite}