.flex-around {
	display: flex;
	justify-content: space-around;
}