#header {
	height: 10rem;
	padding: 0 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: beige;
}

#header-title {
	font-size: 2rem;
}

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

.header-link {
	text-decoration: none;
}

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