.imageCenter {
    margin-left: auto;
    margin-right: auto;
    /* width: 8em */
}

.textCenter {
    text-align: center;
}

.noMarginBottom {
    margin-bottom: 0px;
}

