main {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.dl {
	display: flex;
	flex-direction: column;
	width: 30%;
	margin: auto;
	padding: auto;
	justify-content: left;
}

.dl h4{
	text-align: center;
}

.dl a {
	margin: auto;
}
 .dl a figure {
 	margin: auto;
 }
