/* # Foot # */

footer {
	background-color: var(--primary);
	color: #fff;
	margin-top: 2rem;
	padding: 1.5rem 0 3rem;
	z-index: 20;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}
