/* css styles */
/*les paragaraphes sont justifiés*/
p {
  /*color: blue;*/
  text-align: justify;
  text-justify: inter-word;
}
