This is what I have in stylesheet.css

h1, h2, h3, h4, h5, h6 {
margin: 0.3em;

Are you saying change it to

h1, h2, h3, h4, h5, h6, p {
position: relative;
}