Posts

<style>#app,body,html{height:100%;width:100%;overflow:hidden;padding:0;margin:0}#app{position:absolute;top:0;left:0}#initial_startup,#startup{width:100%;height:100%;position:fixed;background-color:#f2f2f2;-moz-user-select:none;-webkit-user-select:none;display:flex;align-items:center;justify-content:center;display:-webkit-box;display:-webkit-flex;-webkit-align-items:center;-webkit-justify-content:center;flex-direction:column;-webkit-flex-direction:column}.spinner-container{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2}.spinner-path{stroke-dasharray:1,150;stroke-dashoffset:0;stroke:#acb9bf;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasha