@charset "UTF-8";
@import url('reset.css');

body {
  background-color: #000000;
}

#eboueur {
  width: 100%; 
  height: 100%;
  background-color: #000000;
  background-position: center center;
  background-image: url(journaliste-ou-eboueur.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
