#idcenter{
}

.link {
  text-decoration : underline;
  color: white;
}

.link:hover {
  text-decoration : underline;
  color: white;
}

.link:active {
  text-decoration : underline;
  color: white;
}

.lien-mail:visited {
  text-decoration : underline;
  color: aliceblue;
}

.text {
    margin-top: 20rem;
}