@import "../../global_styles.css";

#papers {
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    font-size: 1vw;
}

.papers-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
    
.papers-link:hover {
    text-decoration: underline;
}

@media (max-width: 360px) {
    #papers, li {
        font-size: 3vw;
        margin-left: 1vw;
    }
}