footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	margin: 3em auto 2em auto;
	max-width: 500px;
}

hr {
	width: 100%;
}

.footer-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}