As a novice in web design, I recently took on the challenge of creating my own website. I am a graphic designer and came up with a mock-up of how I envision the site to look. While I managed to complete most parts of it, there's one specific area where I'm struggling – keeping my <h1> header on top of my <h2> header. Currently, they are displayed side by side over a video background that plays on loop. Additionally, I aim to add a horizontal line between these two headers as per my design. Below you'll find snippets of the HTML & CSS codes I've used. For reference, I have also included an image comparing my design with the current state of the website. Any advice or recommended tutorial videos would be greatly appreciated. Thank you in advance.
If anyone has tips for me or knows of some helpful video tutorials, please share them. Thanks!
The H1 & H2 reside within the "Video Section" under the class=section.
CSS Code & HTML
@font-face {
src: url(fonts/KeepCalm-Medium.ttf);
font-family: keepcalm;
}
<!doctype html>
<html lang="en">