.des {
    font-weight: 700;
}

.bio-header {
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 100px;
}

.about-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;

}

.picture {
    width: 510px;
}

.biography {
    width: 800px;
    line-height: 30px;
    font-size: 20px;
}

p { 
    text-indent: 50px;
}
