Given some text, I want to centrally align this text on a given amount of lines.
For example,
\documentclass{article}
\begin{document}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi
auctor lorem non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et,
tellus. Donec aliquet, tortor sed accumsan bibendum, erat ligula aliquet magna.
\end{document}
gives
However, I would like to advise LaTeX to distributed this text among 12 lines, whereby all lines (including the last one) have roughly the same width. Additionally, the output should be centered.

