body {
    background-image: url("../img/fondo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.text-justify {
    text-align: justify;
}
