header {
	background: #1e293b;
	color: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

a {
	background: #3b82f6;
	border: none;
	color: white;
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
}

button {
	background: #3b82f6;
	border: none;
	color: white;
	padding: 8px 14px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
}
