h1 {
	font-size : 2em;
}
.titre {
	background-color : #ffffff;
	display: flex; 
	justify-content : center;
}
.damn h1 {
		font-size : 4em;
		justify-content : center;
		
}	
li:hover {
	background-color : black;
}

li {
    background-color: #b59a79;
    list-style: none;
    padding: 1px;
    margin: 5px;
    width: 180px;
    height: 80px;
    transition: 2s;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 3px solid #D3D3D3;
    text-align: center;
	text-decoration : none ;
}
ul {
	display: flex;
	flex-direction: row; 
	justify-content : center;
	text-align : justify;
	
}
a {
	color: #fff;
	text-decoration : none ;
}