/* General styles for the body */
body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    margin-top: 70px;
    background-color: #f4f4f4;
    color: #333;
}

/* container style */
.container {
    max-width: Auto;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

section {
    margin: 0;
    padding: 20px;
    margin-left: 200px;
    margin-right: 200px;
}

.lb-athen h2 {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: rgb(144, 0, 255);
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.lb-athen p {
    font-size: 20px;
    line-height: 1.5;
}

.author {
    display: flex;
    align-items: center;
    gap: 60px;
}

.lb-author h2{
    font-size: 25px;
    margin-bottom: 10px;
    color: rgb(144, 0, 255);
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
} 

.author img {
    width: 150px;
    height: 150px;
}

.author-details {
    flex: 1;
    font-size: 20px;
    line-height: 1.5;
}


#education-publications {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
  
#education-publications .container-edu {
    margin-left: 100px;
    margin-right: 100px;
}
  
#education-publications h2 {
    text-align: center;
    color: rgb(144, 0, 255);
    margin-bottom: 20px;
}
  
#education-publications ul {
    list-style-type: none;
    padding: 0;
}
  
#education-publications ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}
  
#education-publications ul li h3 {
    margin: 0 0 10px;
}
  
#education-publications ul li p {
    margin: 5px 0;
    color: #555;
}
  
#education-publications ul li strong {
    color: #333;
}
  
#education-publications ul li:hover {
    border-color: #007BFF;
    background-color: #f0f8ff;
}

#education-publications p {
    line-height: 1.5;
}