body {
    background: black;
    margin: 0;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

#editor {
    flex: none;
    position: relative;
    width: 800px;
    height: 600px;
}
