Css style modifications OJS 3.1.1.2

When I Upload css file with code:
.obj_article_details .abstract {
text-align: justify;
}

.navbar navbar-default, .header_view_pdf{
background-color:black !important;
}
.navbar-brand{
font-size:35px !important;
}
hr{
background-color:black !important;

}

to journal I do not notice any changes. Please advise. We use Bootstrap theme.

Hi @vvucic,
It seems like the problem with CSS Specificity.

Please look into this link for the details:
https://www.w3schools.com/css/css_specificity.asp

Can you post the link to your page?

Regards.