/* css styles */

/* Justificar todo o texto */
body, p {
  text-align: justify;
}

body {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.page-columns .content {
    max-width: 100%;
    width: 90vw; /* ou outro valor desejado */
}
