footer
{
	display:flex;
	width:100%;
	height:60px;
	min-width:1000px;
	background:#A2EDF0;
}

.div-footer
{
	width:20%;
	height:100%;
	margin:auto;
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
}
