article {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    text-align: justify;
    text-justify: inter-word;
}