This issue occurs when i resize the browser to mobile view. (HTML)
<!DOCTYPE html>
<html>
<head>
<title>Git love!</title>
<meta charset="utf-8">
<meta name="description" content="An example of a responsive webpage">
<meta name="keywords" content="responsive,webpage,html,css,javascript">
<meta name="Author" content="Saejim">
<meta name="viewport" content="width=device-width, initial-scale:1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="fa/all.css">
</head>
<body>
<main>
<header>
<div class="header">
<h1>About us</h1>
</div>
</header>
<div class="navbar">
<nav>
<ul>
<li><a href="home.html" target="_blank";>Home</a></li>
<li><a href="AboutUs.html" target="_blank";>About Us</a></li>
<li><a href="Services.html" target="_blank";>Services</a></li>
<li><a href="Contactus.html" target="_blank";>Contact Us</a></li>
<li><a href="Log in.html" target="_blank";>Log in</a></li>
</ul>
</nav>
</div>
<div class="head_image">
<img src="aboutus-head.jpg" alt="united we stand,divided we fall">
</div>
<div class="about-p">
<p>
In the days of overwhelming options,opportunities and crazy competition like todays society;it ain't no surprise that not each and everyone of us fits in the rat-race.
some of us were meant to do what we love to do avoiding the attempt of forcefully imposed weight on us.whether,it is by our parents or the nation.we r individual being
on this earth.we have our own choices and plans for life.And i believe we are matured
enough to figure that out by ourselves.If not,there is no need to worry.There is always a room for us to take time and look for that.Not outside of us but inside of us.
</p>
<p>
Yet,whenever you and i try to break free of the forceful stream of the society,
we fall victim to the unbreakable shackle of stigma,oppression and adversity.
there are even times when the universe itself playing games with us.where we start to
lose our family,friends,loved ones and are pushed to corner of our world.Sometimes it
may be even due to the dark fate giving us a thick ear and leaves us in void.
where there might be no one else to hear u out anymore and u get to see how all the
people that u cared through ur life hides behind those disgusting masks.
</p>
<p>
This is where i come to you with an open arms and don't want anything but to give u this love and care that u and i both deserve.i don't want nothing in return.
u can discuss anyhting u want,share ur story of achivements or the voidness with the community,anonymously or by ur choice.
</p>
<p>
May we survive and grow together..From here to eternity
</p>
</div>
<div class="footer">
<footer>
©2020 <b>Git love</b> an online mental support group
<div class="f2">
follow us on:
<a href="#">
<i class="fab fa-facebook" style="color: white";>Facebook</i>
<br>
</a>
<a href="#">
<i class="fab fa-twitter">twiiter</i>
</a>
</div>
</footer>
</div>
</main>
</body>