footer {
	align-self: center;
	text-align: center;
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-items: start;
	align-items: center;
}

footer>div {
	padding-top: 1rem;
}

.support {
	padding: 2rem 2rem;
	margin-right: auto;
}

.center {
	flex: 1 0 content;
	justify-self: center;
}

.regards {
	margin-left: auto;
	flex: 1 1 content;
	align-self: flex-end;
	
	text-align: right;
	font-size: 12px;
}

.regards div {
	padding-right: 20%;
}
