header{
	display : flex;
	align-items : center;
	justify-content : space-between;
	height : 140px;
	padding : 0 60px;
	background-color : #f4f4f4;
}

header .logo a > span{
	display: block;
	font-size : 14px;
	margin-top : 5px;
}

header .logo{
	font-size : 24px;
}

header nav{
	display: flex;
	align-items : center;
	justify-content : flex-end;
	gap : 30px;
	font-size : 16px;
}