header {
	display: flex;
	width: 100%;
	background-color: skyblue;
	align-items: center;
}

.title{
	color: darkgreen;
	marigin-right: auto;
}

.menu-item{
	list-style: none;
	display: inline-block;
	padding: 10px;
}