@charset "utf-8";#pages-container{display:flex;flex-direction:column;align-items:stretch;width:auto;max-width:900px;height:auto;background:rgba(0,0,5,.2);border-radius:6px;box-shadow:0 .1vw 2vw .2vw rgba(125,0,0,.2);border:thin groove rgba(153,153,155,1);scroll-behavior:smooth}canvas{width:100%!important;height:100%!important;padding:1vw}#error{color:rgba(125,0,0,0.9)}.hidden-with-animation{transition:.3s ease-out;opacity:0}.lds-ring{display:inline-block;position:relative;width:1vw;height:1vw;margin-left:1.5vw}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:10vw;height:10vw;margin:4vw;border:1vw solid #fff;border-radius:50%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;border-color:rgba(125,0,0,0.9) transparent transparent}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}