#footer-container {
	height: 5rem;
	flex-shrink: 0;
	background-color: lightslategray;
}

#footer {
	height: 100%;
	padding: 0 2rem;
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}

#footer-link {
	display: flex;
	flex-direction: row;
	column-gap: 1rem;
	text-decoration: none;
	align-items: center;
}

.footer-links {
	text-decoration: none;
}

.footer-link-icon {
	max-height: 3rem;
	height: 3rem;
}