This is probably a rather trivial question, but I don't see an obvious way on how to solve it. I want to center a piece of text, but i want to have the centered text be aligned left.
So I would like:
\begin{center} line1 line2 line3 \end{center} but where line1, line2 and line3 are aligned left, but still are centered.


␣␣␣␣␣text␣␣␣␣␣\begin{center}\begin{minipage}{0.5\linewidth}<content>\end{minipage}\end{center}