.flex-container {
	display: flex;
}

.flex-item {
	flex-grow: 1;
}

.flex-item:nth-of-type(2) {
	flex-grow: 3;
}

.flex-item {
	border: 1px solid;
	border-radius: 0 .5em .5em;
	margin: .5em;
	padding: .5em;
	background: #585858;
}

p.flex-item {
	
}

.flex-item:nth-of-type(2) {
	background: #2A2A2A;
}

.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);
}
