I am looking to align text in the same way shown in this image from Libre Office.
Libra Office: https://i.sstatic.net/1dvVx.png
This is how the webpage appears: https://i.sstatic.net/JnFSP.png
Is there a way to make the webpage resemble the formatting in Libre Office?
Currently, I am utilizing Bootstrap 5:
.about {
text-align: right;
word-wrap: break-word;
}
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="24464b4b50575056455464110a140a14094641504516">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous" />
</head>
<div class="container" data-aos="fade-up">
<div class="about text-justify">
<header class="section-header">
<h3>About Nadi Astrology</h3>
<p>
These days we hear about people with powers of extra sensory perceptions. (ESP). The Rishies were Holy Sages who occupied themselves in concentrating on the one Divine Being Paramathma. They far exceeded the powers of the E.S.P. People. More than that
are able to know the future by their foresight. With this foresight, Rishies like Kousiha, Agasthiya, Vashishta, Mahasiva Vakkiyar have given predictions for the human being occupying this world. Let us take for instance any particular moment
of a day. Many lives are born in the world at at any given moment. Human lives, plant life and animals. The Rishies have ignored the last to and confines their predictions only to human our of their wisdom envisaged will come forward to study
these predictions. The exact age in which watch such person will come for the study has also been foretold by the Rishies.
</p>
<p></p>
</header>
</div>
</div>
</html>