.footer {
	font-size: 10px;
	color: #333;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.copyright {
	color: #333;
	text-align: left;
}

.footer-links {
	text-align: right;
}

.footer-links a {
	color: #000000;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-bottom {
	text-align: center;
	margin-top: 10px;
	line-height: 1.5;
}
