.research-header{
    margin-top: 2rem;
    font-size: 2.5rem;
    font-weight: bold;
}

.research-main-container{
    padding: 0 2rem 0 2rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15);
}

.publication-link{
    color: #08c;
    text-decoration: none;
}

.publication-link:hover{
    text-decoration: underline;
}