.footer {
	background: var(--green);
	min-height: 10rem;
	display: block;
	margin-top: 3rem;
	padding-top: 2rem;
	position: relative;
	z-index: 2;
	text-align: center;

	& .footer__item {
		display: inline;
		margin: 0 1rem;
	}
	& .footer__link {
		color: #fff;
		&:hover, &:focus, &:active, &[aria-current="page"] {
			border-bottom: 1px solid #fff;
		}
	}
}