.grid-container {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 10px;
    background-color: #e2e2e2;
    padding: 10px;
    height: 95vh;
}

.CodeMirror {
    height: 84.5vh;
}

#result {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #a4daa4;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 0 #739973;
}