body,html{margin:0}#loading-screen{width:100%;height:100%;position:absolute;background-color:#000;z-index:100000;display:flex;justify-content:center;align-items:center}@keyframes loading{from{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-animation{width:32px;height:32px;border:#fff 1px solid;animation:loading 1.5s infinite linear}.placeholder .loading-animation{width:32px;height:32px;border-color:#000}