In https://oneuiweb.dev/#/getting-started/quickstart the markup is: ``` <main class="container"> <div class="viewing"> <!-- Viewing area --> </div> <div class="content"> <!-- Interaction area --> </div> </main> ``` I think probably think `<div class="viewing">` should maybe be a `<section>` or a `<header>` and `<div class="content">` should be a `<section>` or an `<article>`