/* css styles */

.navbar-brand img {
  max-height: 50px;  /* ajusta el tamaño */
}

.navbar-brand-logo img {
-webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
}

/* justificar el texto */ 
p, ul, ol {
  text-align: justify; } 