.column {
    overflow: scroll;
    float: left;
    width: max-content;
    padding: 10px;
}

.column .column-left {
    text-align: center;
    align-content: center;
}

.column .column-right {
    text-align: left;
    align-content: left;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
