/* css styles */

.trans_blue {
    color: #5BCEFA;
    text-shadow: -1px 1px 8px  rgba(0, 0, 0, 0.5);
}

.trans_pink {
    color: #F5A9B8;
    text-shadow: -2px 2px 8px  rgba(0, 0, 0, 0.5);
}

.trans_white {
    color: #FFFFFF;
    text-shadow: -0px 0px 4px rgba(0, 0, 0, 0.8);  /* Darker shadow for depth */

}

.no-underline a {
    text-decoration: none;
}

#research-listing {
clear: both; /* This will ensure the listing starts below the floated elements */
}

.paper-link a {
    text-align: center;
}