#titre {
	text-align: center;	
	font-family: Impact;
	color: white;
	font-weight: normal;
	font-size: 60px;
}

.project {
    font-family: impact;
    font-size: 30px;
    font-weight: 5px;
    text-align: center;
background-color:white;
 	height: 130px;
	width: 400px;
	position: relative;
	border-radius: 10px;
	border: solid #FEED01 3px;
	width : 50%; 
    margin : auto; 
}
.project p {
	text-align: center;
  line-height:70px;
}
.project:hover {
	font-size: 50px;
}
a {
	text-decoration: none;
	   color: black;
}
body {
	background-color: black;
	text-align: center;
}
.project2 {
	font-family: impact;
    font-size: 30px;
    font-weight: 5px;
    text-align: center;
background-color:white;
 	height: 130px;
	position: relative;
	border-radius: 10px;
	border: solid #FEED01 3px;
	width : 30%; 
    margin : auto; 
    display: inline-block;

}
.project2 p {
	text-align: center;
  line-height:70px;
}
.project2:hover {
	font-size: 50px;
	height: 200px;
}