  #editor {
            height: 50vh;
            width: 50%;
        }

/* Stretch editor to fit inside its containing div */
.cm-editor {
    height: 100%;
    width: 100%;
}

iframe {
    width: 100%;
    height: 5em;
}

.