
body {
  background-color:  #ffffff ;
  margin: 0; /* Supprime la marge par défaut du body */
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  height: 100vh; /* Prend toute la hauteur de la fenêtre */
  overflow: hidden; /* Empêche le défilement vertical */
    
  }