body{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#222}.loading,body{display:-webkit-box;display:-ms-flexbox;display:flex}.loading .dot{position:relative;width:.7em;height:.7em;margin:.8em;border-radius:50%}.loading .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;-webkit-animation:wave 2s ease-out infinite;animation:wave 2s ease-out infinite}.loading .dot:first-child{background:#13ce66}.loading .dot:first-child:before{-webkit-animation-delay:.2s;animation-delay:.2s}.loading .dot:nth-child(2){background:#13ce66}.loading .dot:nth-child(2):before{-webkit-animation-delay:.4s;animation-delay:.4s}.loading .dot:nth-child(3){background:#13ce66}.loading .dot:nth-child(3):before{-webkit-animation-delay:.6s;animation-delay:.6s}.loading .dot:nth-child(4){background:#13ce66}.loading .dot:nth-child(4):before{-webkit-animation-delay:.8s;animation-delay:.8s}.loading .dot:nth-child(5){background:#13ce66}.loading .dot:nth-child(5):before{-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes wave{50%,75%{-webkit-transform:scale(2.5);transform:scale(2.5)}80%,to{opacity:0}}@keyframes wave{50%,75%{-webkit-transform:scale(2.5);transform:scale(2.5)}80%,to{opacity:0}}.container{height:100%;width:100vw;overflow-y:scroll}