header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.left-text {
	margin-left: 10px;
}

.right-text {
	margin-right: 10px;
}

/* Style for clickable texts */
.header-link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
