#output{
    background-color: black;
    color: white;
}

#run-button{
    background-color: blue;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 5px 5px;
    cursor: pointer;
    margin-bottom: 2px;
}
h1, h2{
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
}

.output-container {
    margin-left: 20px; /* Add some margin between the editor and output */
}
