body{
    background-color: rgba(118, 190, 203, 0.68);
}
.publications{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
    height:auto;
    background-color: rgba(118, 190, 203, 0.68);
   
    padding: 20px;

}
.publi_buttons button{
    padding:5px 6px;
    cursor:pointer;
    color:rgb(255, 255, 255);
    background-color: rgb(1, 73, 102);
    padding:5px 4px;
    margin:5px;
    border-radius: 5px 0px 5px 0px;
   
}
.publi_buttons button:hover{
    cursor: pointer;
}
.section{
    display:none;
}
.Journal-Articles-container {
display: flex;
flex-direction: column;
}
.content{
    min-height:200px;
    margin-left:1.5%;
    margin-right:1.5%;
    padding:5%;
    width: 100%;
}
.content-rows{
    /* margin:5px; */
    padding:5px;
    border-bottom:1px solid rgb(185, 180, 180);
    font-size: medium;
}

.sectionclick{
    display:flex;
    flex-direction: column;
    
}
.sectionunclick{
    display:none;
}





