nav.header__menu {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

nav.header__menu a{
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}

nav.header__menu a:hover {
	text-decoration: underline;
}