header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	margin: auto;
	justify-content: space-around;
    align-items: center;
    height: 5vh;
    width: 100%;
    padding: 0;
    background-color: #EF9C66;
    z-index: 10;
}

#logo_header img {
	height: 6vh;
	width: auto;
	flex: 1;
	padding-left: 1vh;
}

header div {
	flex:9;
	display: flex;
	justify-content: space-around;
}

header div a {
	color: white;
}

menu {
	display: flex;
	width: inherit;
	justify-content: space-around;
	align-items: center;
}