.d-flex {
    display: flex;
}
.align-items-center{
    align-items: center;
}