html,body {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: #fff
}

a {
    color: #B9370F;
}

a:hover,a:focus {
    color: #ecb78d;
}
.pkp_structure_main h1 {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.5rem;
    line-height: 2.143rem;
    font-weight: 500;
}
.obj_article_details .doi a {
    color: #B9370F;
    text-decoration: solid;
    font-weight: bold;
}
.pkp_structure_main p {
    overflow-wrap: break-word;
}
a:link {
  color: #B9370F;
}
.obj_article_details .item>*:last-child {
    margin-bottom: 0;
    text-align: justify;
}

