h1 {
  text-align: center;
}

.fiche_eleve {
  background-color: #C0C0C0;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

#description {
  text-align: center;
}

#Yunes {
  color: #333;
  font-family: Nunito;
  text-align: center;
  background: linear-gradient(to top left, purple, #0066FF);
}
#Yunes a {
  text-decoration: none;
  color: #fff;
  }
#Yunes a:hover {
  color: #ff0000;
  }
#Yunes:hover {
  background: linear-gradient(to bottom right, purple, #0066FF);
}


#Keryann {
  text-align: center;
    h2 {
      color: #09396E
  };
  a:hover {
    color: #9335F0
  }
}
