.wrapper{flex-direction:column;justify-content:center;align-items:center;gap:5px;height:98vh;display:flex}.wrapper .buttonWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.wrapper .buttonWrapper .button{cursor:pointer;border:1px solid #000;border-radius:10px;justify-content:center;align-items:center;width:100px;height:50px;display:flex;box-shadow:0 4px 12px #0003}.wrapper .buttonWrapper .button:active{transition:transform .1s linear;transform:scale(.95)}.wrapper #charLabel{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:70%;display:flex}.wrapper #charLabel #result{resize:none;border-radius:10px;width:100%;height:200px}.wrapper #visualizer{width:70%;height:30%}
