/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
}

/* Header Styling */
header {
    background-color: #B31515;
    color: white;
    padding: 20px;
}

h1, h2 {
    margin: 10px 0;
}

/* Main Content */
main {
    padding: 20px;
}

/* Publications List */
ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 8px 0;
    font-size: 18px;
}

a {
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.social-links a:hover {
    text-decoration: underline;
}
