.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-self-center{
	align-self: center;
}