body {
    font-family: "Segoe UI", Arial, sans-serif;
    background: #f4f7fb;
    color: #1f2937;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1100px;
    margin: auto;
    background: white;
    padding: 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
}

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

.profile-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #2563eb;
}

.header-text h1 {
    margin: 0;
    font-size: 42px;
    color: #0f172a;
}

.header-text p {
    margin: 8px 0;
    font-size: 18px;
}

.section {
    margin-top: 50px;
}

.section h2 {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 8px;
}

ul {
    line-height: 1.8;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
}
.publication {
    margin-bottom: 25px;
}

.publication h3 {
    margin-bottom: 5px;
    color: #0f172a;
}

.publication p {
    margin: 5px 0;
}
.section {
    margin-bottom: 50px;
}

.section h3 {
    color: #0f172a;
    margin-top: 25px;
    margin-bottom: 8px;
}

.section p {
    line-height: 1.8;
}
