body{height:160vh;width:100vw;overflow-x:hidden;margin:0 auto}#root{height:100%;width:100%}.App{background-color:#2e6150;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.upper{height:30%;width:60%;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.toolbar,#editor{width:100%}.toolbar{background-color:#999;height:20%;width:100%;border-radius:10px 10px 0 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.editor_header{margin-top:0;margin-bottom:0;padding:0;font-family:sans-serif;font-size:20px;font-weight:100;width:15%;display:flex;justify-content:center;align-items:center}.enlarge{margin-top:0;margin-bottom:0;padding:0;font-family:sans-serif;font-size:20px;font-weight:100;width:15%;display:flex;justify-content:center;align-items:center;cursor:pointer}i{transform:rotate(45deg)}i:active{transform:rotate(0)}#editor{background-color:#afabab;height:80%;width:100%!important;border-radius:0 0 10px 10px;border-width:0px!important;outline:none;word-break:break-all}.lower{height:auto;width:60%;background-color:#9c9c9c;border-radius:10px;margin-top:50px}@media (min-width: 0px) and (max-width: 610px){.editor_header{margin-left:5px;width:50%;justify-content:flex-start}}
