body{background-color:#f0f0f0}#splash-screen{background-color:#f0f0f0;position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:space-around;opacity:1;transition:opacity .5s ease-in-out}@keyframes margin-scale{0%{margin:5px}50%{margin:20px}to{margin:5px}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}#splash-screen .rotate{animation:rotation 4s infinite ease-in-out}#splash-screen .box{animation:margin-scale 4s infinite ease-in-out}#splash-screen .row{display:flex;margin:0;padding:0}#splash-screen .box{width:25px;height:25px;display:inline-block;margin:0;padding:0}#splash-screen .spinner{flex-basis:140px;display:flex;justify-content:center;align-items:center}#splash-screen .box.b1{background-color:#000}#splash-screen .box.b2{background-color:#0000001a}#splash-screen .box.b3{background-color:#0003}#splash-screen .box.b4{background-color:#00000080}#splash-screen span{flex:1}#splash-screen.completed{opacity:0}
