.titre{
  text-align: center;
  padding-bottom: 15px;
}

.titre h1{
  font-size: 70px;
}

.titre em{
  font-weight: 200;
}

#contenu{
  display: flex;
  margin-top: 150px;
  margin-left: 50px;
}

#contenu p{
  margin-left: 50px;
  margin-top: 80px;
  font-size: 28px;
  font-weight: 200;
  line-height: 40px;
}

#contenu img{
  width: 25%;
  height: 25%;
  border-radius: 150px;
  transition: all 0.3s;
}

#contenu img:hover{
  transform: scale(1.05);
}

a{
  text-decoration: none;
  color: #FF3C3B;
  transition: all 0.3s;
}

a:hover{
  transform: scale(1.8);
  text-decoration: underline;
}

footer{
  left: 0;
  bottom: 0;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

footer a{
  text-decoration: underline;
}

footer {
  color: white;
  padding:5px;
}
