.flex-container {
	display: flex;
}

.flex-item {
	border: 1px solid;
	border-radius: .5em;
	margin: .5em;
	padding: .5em;
	background: black;
}

p.flex-item {
	font-weight: bold;
	text-align: center;
}

.flex-item:nth-of-type(2) {
	background: #fdfcf3;
}

.flex-item:nth-of-type(3) {
	background: #ebf5d7;
}

.flex-item:nth-of-type(4) {
	background: #e6f2f7;
}

.flex-item:nth-of-type(5) {
	background: hsla(277, 53%, 73%, 0.3);
}
.mittig {
	justify-content: center;
}
