footer.footer {
	background-color: #222;
	color: #ddd;
	padding: 1rem;
}

.footer__link {
	color: #ddd;
	text-decoration: none;
}

.footer__link:hover {
	text-decoration: underline;
}