body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #fefefe;
    line-height: 1.4; /* Adjust the value as needed */
}

.content {
    max-width: 80%;
    margin: 40px auto;
    padding: 0 20px;
}

.header-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.profile {
    margin-right: 20px;
}

.profile img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.header-content {
    text-align: left;
}

.description {
    margin-top: 10px;
}

/* Change the color of the links */
a {
    color: black; 
    text-decoration: none; 
}

nav {
    text-align: left;
    margin-bottom: 20px;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

a:hover {
    color: #C41E3A;
}

.name-title, .paper-title a {
    color: #C41E3A;
}

header {
    margin-bottom: 20px;
}

section {
    margin-bottom: 40px;
}

h2, h3 {
    color: #333;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}