footer {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	justify-content:space-between;
	align-items: center;
	background-color: #aa6250;
}

footer a{
	color: #fff;
	margin-left: 15px;
}