body {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    color: black;
}

.textTitle-3 {
    margin-top: 2rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
p.indent2 {
    text-indent: 3em;
}
p.indent5 {
    text-indent: 5em;
}
.privacyPolicy p{
    line-height: 1.8;
    /* text-align: justify;
    text-justify: inter-word; */
}