@font-face {
  font-family: 'Combat';
  src: url('fonts/Combat.woff2') format('woff2'),
       url('fonts/Combat.woff') format('woff'),
       url('fonts/Combat.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  max-width: 90ch;       /* limite lisible en nombre de caractères (~60) */
  margin: 0 auto;
  padding: 1em;
  text-align: justify;
  font-family: 'Combat', sans-serif;
}

.conteneur {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  padding: 1em;
}
h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}