.left-column {
    flex: 1;
    padding: 10px;
    background-color: #fcfcfe;
    flex-direction: column;
    justify-content: space-between; /* To space out the two sections */
}