* {
  margin: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 1em;
  background-color: #1f2039;
  overflow-x: hidden;
}

a {
  margin-top: 5dvh;
  color: #242424;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
}

em {
  color: #a5b4fc;
  font-style: normal;
}

h1 {
  font-size: 3.5em;
  color: #a5b4fc;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  color: #f9f8ff;
}

p,
li {
  font-size: 1.1em;
  color: #f9f8ff;
}

a:hover {
  text-decoration: underline;
}

.lien-icone {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
}

footer {
  padding: 10px;
  position:absolute;
  bottom:0;  /* on le colle en bas */
  width:100%;
  height:40px; 
  background-color: white; /* Ajoutez la couleur de fond souhaitée pour le footer */
  color: 333; /* Couleur du texte du footer */
  text-align: 0;  /* Hauteur du pied de page */
}
