I have a CodePen project located at https://codepen.io/dannyrb/pen/ORqvZy. My goal is to insert additional elements, such as a divider line and extra text, right below the title "FULL STACK." However, when I try to add something like
<h1 class="title">Full Stack</h1>
<p style="color:white;"> Sample Text. Sample Text. Sample Text.</p>
The sample text ends up appearing below the container (beneath the mountains). Is there a way for me to position this directly under the title without having to manually use absolute positioning?