.my_min_width_button {
    min-width: 10em;
}


.div_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

span {
    color: #32302B;
}
