.footer__copy{
	display:flex;
	justify-content:space-between;
	gap:10px;
	align-items:center;
	flex-wrap:wrap;
	margin-top:20px;
}
.footer__copy a{
	color:#fff;
}