Code:
.headline {
font: 150 50px/0.8 'Pacifico', Helvetica, sans-serif;
color: #2b2b2b;
text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1), 7px 7px 0px rgba(0, 0, 0, 0.05);
text-align: center;
}
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<div class="main">
<nav class="nav-bar">
<ul>
<li><a href="#" style="color: #2b2b2b;"> Profile </a></li>
<li><a href="#" style="color: #2b2b2b;"> Notifications </a></li>
<li><a href="#" style="color: #2b2b2b;"> Messages </a></li>
<li><a href="#" style="color: #2b2b2b;"> Logout </a></li>
</ul>
</nav>
</div>
<div class="headline">
<p>
The Social Network
</p>
</div>
<br>
<hr style="border-color: #2b2b2b;">
<br>
<br>
https://i.sstatic.net/H1HrS.png
Is there a way to maintain the same color as the navigation bar until the horizontal line below "The Social Network"? I have provided the HTML code above for reference.