#commWrapper{
	width: 80%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#commWrapper a{
	white-space: nowrap;
	display: block;
	margin: auto;
}
.commWrapper{
	height: 3em;
	width: 25em;
	text-align: center;
	align-items: center;
	border: 1px solid #999;
	margin-bottom: 1.5em;
}