.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
	row-gap: 6px;
}

.navigation-footer a {
	color: var(--black-text);
	font-size: 20px;
	font-family: var(--font-body);
	font-weight: 700;
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}
