.flex-container {
    /* display: -webkit-flex; */
    display: flex;
}

.width-max {
    width: 100%;
}

.center {
    text-align: center;
}
