#applyCSS {
    z-index: 1;
}

.sc-publication {
    padding-top: 120px;
}

.publication {
    margin-bottom: 20px;
    background-color: #2f2e2e80;
    padding: 20px;
    border-radius: 10px;
}

.publication-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 4rem;
}

a {
    color: #00bfff;
    text-decoration: underline;
}
