body {
    margin: 0;                          /* Suppression des marges par défaut */
    background-color: black;            /* Fond global */
    color: white;                       /* Texte global */
    font-family: Inconsolata, sans-serif;
}
#bloc_page
  {
    width: 500px;
    margin: auto;
}

/* =====================================================
   3. CLASSES UTILITAIRES
   ===================================================== */

.align-center {
    display: flex;
    align-items: center;
}

.body-first {
    text-align: center;
}