/* Thème "sombre" : fond noir, mise en page plein écran (header, contenu
   centré qui s'étire, footer en bas). Utilisé par index.html et 404.html. */
body {
  background: #111;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
