.obj_article_details .abstract,
.obj_article_details .item:last-child {
    text-align: justify;
}
}
/* Change Login and Register link colors */
#navigationUser a {
    color: #000000 !important; /* Change text color to black */
}

/* Convert "About the Journal" to uppercase */
h2, .page_about h2 {
    text-transform: uppercase;
}
.page_about h1, 
.page_about h2, 
.page_about h3, 
.page_about h4 {
    text-transform: uppercase;
}
/* Convert Aims and Scope to uppercase and underline */
.page_about h2, 
.page_about h3 {
    text-transform: uppercase;  /* Make text uppercase */
    text-decoration: underline; /* Underline the text */
