/* Justificar absolutamente todo el texto de lectura en HTML */
p, li, figcaption, caption, blockquote, dd {
  text-align: justify;
}