.flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.w-100 {
    width: 100% !important;
}