body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}

.bio-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.bio-header {
    text-align: center;
    margin-bottom: 20px;
}

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

.bio-header h1 {
    margin: 10px 0;
    font-size: 2.5em;
}

.bio-section {
    margin-bottom: 20px;
}

.bio-section h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.bio-section p {
    text-align: justify;
}
