@import url('https://fonts.googleapis.com/css?family=Buenard:400,700|Crimson+Text:400,400i,600,600i,700,700i&display=swap');

* {
   font-size: 18px;
   font-family: 'Crimson Text';
}

.links{
   color:black;
}

.links:hover{
  color:#2E296B;
}

.page_index_journal > .current_issue {
    order: 2;
}
.page_index_journal {
    display: flex;
    flex-direction: column;
}

#google_translate_element{
margin-left:30px;
}

.pkp_structure_main p{
 text-align:justify;
} 

.title a {
    color:black;
}

.title:hover a {
    color:#2E296B;
}
