I included a graphic the following way:
\includegraphics[width=1\textwidth]{questionnaire1.png}
Then I changed it so that a frame is drawn around the graphic:
\fbox{\includegraphics[width=1\textwidth]{questionnaire1.png}}
But now, the whole graphic with the border is move 1-2 cm to the right side of the page so that is not in line with the other content. How can I change this?