/* editor.css */
.code-editor {
    height: 100%;
  }
  
  .CodeMirror {
    height: 100%;
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    border-radius: 10px;
  }
  