body {
	background-color : #e1c4a2;
	
}
h1{
	font-size : 2em;
}
.projet{
	background-color : #9d582fed;
	padding : 10px;
	display : flex;
	flex-direction : row;
	height: 70px;
	justify-content: flex-end ;
	justify-content: space-around ; 
	
	
}
.menu2 {
	background-color : #9d582fed;
	padding : 10px;
	display : flex;
	flex-direction : row;
	justify-content : center;
	
}
.menu2 ul li {
	background-color : #9d582fed;
	list-style :  none;
	width : 100px;
	height : 25px;
	transition : 0.5s;
	
	
}
.menu2 ul li:hover{
	background-color : #e1c4a2;
}

.menu2 ul {
	display : flex;
	flex-direction : row;
}
