.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}