#speedtest{font-family:"myriad-pro";width:100vw;height:100vh;background-color:#ffdc0f;display:flex;justify-content:center;align-items:center;background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.stage-text{background-color:rgba(0,0,0,0.5);line-height:1;text-align:center;color:#fff;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:0 .7rem;flex-direction:column}.stage-text h1{font-size:1.4rem}.stageLoader{height:calc(100vh - 70px);position:relative;top:75px;display:flex;justify-content:center;align-items:center}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.stageLoader svg{font-size:100px;width:200px;height:200px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}