@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);body{margin:0;padding:0;box-sizing:border-box;height:100%;width:100%;overflow:hidden;font-family:"Roboto",sans-serif}.navbar{z-index:9;position:fixed;width:100%;background-color:#020824;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;color:#fff}.title{margin:1rem;color:#1566fc;font-size:1.2rem}.title span{color:#ff0}.run-btn{margin:1rem;width:4rem;border-color:#ff0}.download-btn{margin:1rem;width:5rem;border-color:#1566fc}#theme{margin-top:1rem}@media only screen and (max-width:600px){.title{font-size:small}.download-btn,.run-btn,.title{margin:.5rem}.download-btn,.run-btn{width:3.5rem}label{font-size:small}#theme{margin-top:.6rem}}.App{height:100vh;width:auto;color:#000}.container{height:100%;width:100%;white-space:nowrap;overflow:hidden;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}#editor{overflow:hidden}#editor,#iframe{margin-top:3.5rem;width:50%;height:92%;border:2px solid #000;border-radius:10px}#iframe{margin-left:.1rem}@media only screen and (max-width:600px){.container{-webkit-flex-direction:column;flex-direction:column}#editor{width:100%;margin-top:2.5rem;border:0}#iframe{margin-top:0;margin-left:0;border-left:0;border-top:2px solid #000;width:100%}}@media only screen and (max-width:410px){#editor{margin-top:3.1rem}}
/*# sourceMappingURL=main.44541e48.chunk.css.map */