body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    font-size: 36px; /* Increase the base font size */
}

.container {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333333;
    font-size: 36px; /* Increase the font size for the heading */
}

.publications-list {
    list-style-type: none;
    padding: 0;
}

.publications-list li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    color: #555555;
    font-size: 20px; /* Increase the font size for list items */
}

.publications-list li:last-child {
    border-bottom: none;
}
