body{max-width:1600px;margin:auto;height:100vh;font-size:16px;font-family:Courier New,Courier,monospace}input,select,textarea,button{font-family:inherit;font-size:inherit}#app{height:100%;display:flex;flex-direction:column;align-items:stretch;min-width:400px}#app .main{flex-grow:1;display:flex;align-items:center;justify-content:center;flex-direction:column}.main .content{width:100%;height:100%;align-items:center;justify-content:center;justify-items:center;display:flex;flex-direction:column}.canvas-container{width:100%;min-height:800px;display:flex;align-items:center;justify-content:center}.code-container{width:100%;max-width:100%;white-space:pre-wrap;text-wrap:wrap;word-wrap:break-word}#app .top,#app .bottom{padding:1.3rem;display:flex;justify-content:center}#app .top input{width:100%;max-width:800px}.error{color:red}
