.editor-container {
    width: 100%;
    height: fit-content;
    max-height: 1000px;
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}