body{margin:0;overflow:hidden;width:100%;height:100%;background-color:#2a1313}#scene{height:100%;width:100%}::-webkit-scrollbar{width:10px}.panel-btn{display:flex;flex-direction:column;height:2rem;width:100%;border:2px solid white;margin:0;text-align:center;color:#fff;font-size:large;justify-content:center;align-items:center;border-radius:70px}.btn-untoggled{background-color:transparent}.btn-toggled{background-color:#f70}.panel-btn:hover{background-color:orange}::-webkit-scrollbar-track{background:#0000;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#5d5d5dbc;border-radius:5px;box-shadow:0 0 5px #0000004d}.side-panel{position:absolute;top:1rem;color:#fff;font-family:Arial,sans-serif;height:100%;max-height:calc(100vh - 1rem);width:8rem;overflow:hidden;text-align:center}.side-panel>*{margin:0}.left-panel{left:1rem;text-align:left}.right-panel{right:1rem;text-align:right}#left-extra,#right-extra{display:flex;flex-direction:column;justify-content:center;color:#fff;position:absolute;top:1rem;height:2rem;width:fit-content;z-index:4;font-size:larger}#left-extra{left:9.5rem}#right-extra{right:9.5rem}#rainbow-btn:hover,#mono-btn:hover{cursor:pointer;border:2px solid white}.word-container{height:100%;max-height:calc(100vh - 6rem);overflow-y:scroll;margin-top:1rem;padding-top:.5rem;padding-bottom:.5rem;font-size:x-large;background-color:#000}.word-container>*{margin:0}.word-left{padding-left:1.5rem}.word-right{padding-right:1.5rem}#root{width:100%;height:100%;background-color:#5d5050}.color-0{color:#4169e1}.color-1{color:#2ecc71}.color-2{color:#dc3545}.color-3{color:#fba020}.color-4{color:#8e44ad}.color-5{color:#ff0}.hidden{display:none}.grab{cursor:grab}.grabbing{cursor:grabbing}.home{display:flex;flex-direction:row;background-color:#cc7a2e;justify-content:center;align-items:center;width:100%;height:100vh;gap:2rem}.home-btn{text-align:center;text-decoration:none;height:fit-content;font:unset;width:20rem;background-color:#000;color:#fff;border-radius:30px;font-size:xx-large;padding-top:.5rem;padding-bottom:.5rem}.home-btn:hover{background-color:#dc3545}
