#nonHeader {
    padding: 2px;
    background-color: white;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    flex: 12;
}

#lowerItem {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
    flex: 10;
    width: 100%
}

.log-box {
    display: flex;
    flex-direction: column;
    background-color:aquamarine;
    flex: 1;
    padding: 10px;
}

.whitespace {
    flex: 1;
}


/* .padding {
    padding: 2px;
    background-color: white;
    overflow-y: hidden;
} */

div {
    text-align: center;
}