.footer__dev {
	margin-top: 8px;
}

.footer__dev-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: opacity 0.2s ease;
}

.footer__dev-link:hover,
.footer__dev-link:focus {
	opacity: 0.7;
}