* :not(code) {
    font-family: Open Sans, Arial;
}

#parent-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 1100px;
}

#parent {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    max-width: 1100px;
}

.child {
    flex: 1 50%;
}

#log-outer {
    background-color: #eee;
    height: 750px;
    padding: 10px;
    border-radius: 5px;
    overflow-y: scroll;
}

button {
    float: right;
    margin: 20px;
}

#footer {
    position: absolute;
    bottom: 0;
}

canvas {
    margin: 5px 5px 0px 0px;
}
