
.box1 {
 float: left;
 width: 100%;
 /*margin-right: 2%;*/
 padding: 1em 0em 0em 0.5em;
 background: #eee;
 box-sizing: border-box;
}

.box1:last-child {
     margin-right: 0;
}

.flex1-container {
	display: flex;
}

.flex1-item {
	border: 1px solid;
	border-radius: 0 .5em .5em;
	margin: .5em;
	padding: .5em;
	background: #ffebe6;
	flex: auto;
}

p.flex1-item {
	font-weight: bold;
	text-align: center;
}

.flex1-item:nth-of-type(2) {
	background: #fdfcf3;
}

.flex1-item:nth-of-type(3) {
	background: #ebf5d7;
}

.flex1-item:nth-of-type(4) {
	background: #e6f2f7;
}

.flex1-item:nth-of-type(5) {
	background: hsla(277, 53%, 73%, 0.3);
}