.d-i-block{
	display:inline-block;
}
.d-flex{
	display:flex;
}
.d-j-center{
	justify-content:center;
}