#header {
	background-color: var(--dark);
	color: var(--light);
	font-size: 22px;
	border-bottom: 3px solid var(--orange);
	position: fixed;
	width: 100%;
}
.header-container {
	display: flex;
	align-items: center;
	height: 70px;
	justify-content: flex-end;
}
.header-counter {
	cursor: pointer;
	padding: 10px;
}
