There is a paragraph that I want to indent inside the blue sheet with the help of the margin. Initially, it looks like this:

After the change:

Why does he touch the whole sheet? I need it to just indent for a paragraph.
My code is:
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'); .content { width: 960px; height: 1500px; background: #a7cae6; margin: auto; padding-left: 16px; padding-right: 16px; max-width: 100%; } #paragraph { width: 420px; height: auto; } body { background-position: 132px 132px; background-repeat: no-repeat; } img { max-width: 100%; height: auto; } <div class="wrapper"> <div class="header"> <img src="img/header2.png" class="img-responsive"> </div> <div class="content"> <p id="paragraph">Элмо Кеннеди О'Коннор,известный как <br>Bones — парень, который менее, чем <br>за год, стал легендой андеграунд рэпа. <br>Родился 11 января 1994 года в <br>Мьюир Бич, штат Калифорния. В 7 лет <br>переехал с родителями в Хауэлл, штат <br>Мичиган, где жил до 16 лет. </p> </div> </div>