*{margin: 0;}
body
{
    background-color: #272822!important;
}
.header {
    background: #010409!important;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 4px;
    font-family: sans-serif;
    height: 25px!important;
}

.control-panel {
    background: #0d1117;
    text-align: left;
    padding: 4px;
    color:white;
    font-family: sans-serif;
}

.languages {
    margin: 9px;
    background: #212529;
    border: 0px solid black;
    color:white;
}

#editor { height: 670px; }

.button-container {
    text-align: right;
    padding: 4px;
}



.output {
        padding: 4px;
        border: 2px solid gray;
        min-height: 100px;
        width: 98%;
        height:630px;
        resize: none;
        color:white;
        background-color:black;

}