/* css styles */

/* justify all text */
.p{
  text-align: justify;
}

/* justify all text except for headers */
h1, h2, h3, h4, h5, h6{
  text-align: left;
}