/* editor.css */
body {
    padding:5px;
}
iframe {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}
#editor {
    border-radius: 10px;
    height: 500px;
    width: 800px;
}

textarea {
    font-family: Monaco, Arial;
    font-size: 13px;
    background-color: black;
    color: azure;
  }