<header className='header'>
<div className='header--center'>
<h1>Title of the website</h1>
</div>
<div className='header--right'>
<p>Some text pushed to the right</p>
</div>
</header>
I want "Title of the website" to be centered and I want "Some text pushed to the right" to be pushed to the right of the container without messing up the centering of "Title of the website"