/* Appliquer du texte blanc partout */
body {
  color: white;
}

/* Forcer tous les titres à être blancs */
h1, h2, h3, h4, h5, h6 {
  color: white;
}


body {
  color: white !important;
}

h1, h2, h3, h4, h5, h6 {
  color: white !important;
}
