.navbarContainer{display:flex;flex-direction:row;z-index:1;width:100%;height:10vh;background-color:#000;position:fixed;top:0;left:0}.center,.left,.right{padding:1rem;gap:1rem;display:flex;align-items:center}.center{margin-left:auto;margin-right:auto}@media (max-width:1200px) OR (max-height:400px){.navbarContainer{height:7vh}}.loaderContainer{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;background-color:#000}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:48px;height:48px;color:#0079cc}.skipButton{left:0;bottom:0}.loader:after,.loader:before{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:spin 1s linear infinite}.loader:after{color:#6c09a2;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}.labelContainer{border-radius:5%;margin:2rem;max-width:100%;width:fit-content;height:fit-content;outline:5px solid #000;display:flex;flex-direction:row}.childrenContainer{margin:10px;text-align:left;font-weight:bolder}.childrenContainer,.labelTitle{overflow-wrap:break-word;align-items:center;justify-content:center}.labelTitle{text-align:center;display:flex;flex-wrap:nowrap;font-size:xx-large;color:#fff}.labelContent{font-size:x-large;color:#fff}@media (max-width:1200px) OR (max-height:400px){.labelTitle{font-size:large}.labelContent{font-size:medium}}.downbarContainer{display:flex;flex-direction:row;z-index:1;width:100%;height:10vh;background-color:#000;position:fixed;bottom:0;left:0}.left,.right{padding:1rem;gap:1rem;display:flex;align-items:center}.left{margin-left:0;margin-right:auto}.right{margin-left:auto;margin-right:0}.switch{padding:1rem;display:inline-block;position:relative;width:60px;position:absolute}.switch input{display:none}.slider{background-color:#0079cc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#6c09a2}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}