footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6rem;
	padding: 0 3rem;
	border-top: 1px solid var(--text-color);

	font-size: 1.4rem;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	footer {
		height: 3.6rem;
		flex-direction: column-reverse;
		justify-content: center;
		font-size: 1rem;
	}
}
