.menu-list {
	display: flex;
	//justify-content: center;
	justify-content: space-between;
	//justify-content: space-around;
	align-items: flex-end;
}
.menu-item {
	width: 100px;
	height: 50px;
	text-align: center;
	background-color: lightblue;
}
