I wish my margin was also on the top of the text just like it is on the sides and the bottom
.text_line {
  border: solid black 2px;
  margin: 60px;
  padding: 40px;
}<Section>
  <span class="text_line">Isso é um teste 1</span>
  <span class="text_line">Isso é um teste 2</span>
</Section>This is how it looks:
[edit]
actually i didnt know it was happening because a span element is linear. It took me quite a while to find it out

 
    