.-flex {
	display: flex;
}

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

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

.-flex-column {
	flex-direction: column;
}
