<section>
<center>
<h1>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum
</h1>
</center>
</section>
h1{
color: purple;
font-size: 30px;
padding: 70px 70px 70px 70px;
}
This is what is looks like right now. I'm trying to get the text to be more centered and create margins on the side so it doesn't go from edge to edge. I thought padding did that, but I guess not. I appreciate any help!