.flex {
	display: flex;
}

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

.space {
	justify-content: space-between;
}

.v-center {

}