.container{width:100vw;height:100vh;position:relative}.page-container{max-width:800px;margin:0 auto;position:absolute;left:0;right:0}.page-center{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex}.loading-container{width:100vw;height:100vh;display:flex;justify-content:center;align-self:center;background:var(--surface-ground);position:absolute;top:0;left:0;right:0;bottom:0;z-index:10}.wave{width:5px;height:100px;background-color:var(--red-500);margin:10px;animation:wave 1s linear infinite;border-radius:20px}.wave:nth-child(2){animation-delay:.1s}.wave:nth-child(3){animation-delay:.2s}.wave:nth-child(4){animation-delay:.3s}.wave:nth-child(5){animation-delay:.4s}.wave:nth-child(6){animation-delay:.5s}.wave:nth-child(7){animation-delay:.6s}.wave:nth-child(8){animation-delay:.7s}.wave:nth-child(9){animation-delay:.8s}.wave:nth-child(10){animation-delay:.9s}html{font-size:14px}body{margin:0;height:100%;overflow-x:hidden;overflow-y:auto;background-color:var(--surface-ground);font-family:var(--font-family);font-weight:400;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes wave{0%{transform:scale(1)}10%{transform:scale(.2932563497)}30%{transform:scale(.3870483513)}50%{transform:scale(.1377066426)}70%{transform:scale(.6062609979)}80%{transform:scale(.4598940377)}to{transform:scale(1)}}
