#editors {
    display: flex;
    height: 100vh;
    margin: 0;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.editor {
    width: 45%;
    height: 80vh;
    font-size: 1.2rem;
    padding: 10px;
    margin: 0 10px;
    resize: none;
}

#logs {
    white-space: pre-wrap;
}

.horizontal {
    display: flex;
    gap: 50px;
}
