.about{
    display: flex;
    flex-direction: column;
    background-color: #FFFCF7;
    width: 100%;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
}

.presentation{
    padding-top: 20px;
    width: 100%;
}

.title{
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-family: 'Aboreto';
}

.allParagraph{
    display: flex;
    flex-direction: column;
    background-color: #FFFCF7;
    width: 100%;
    max-width: 800px;
    gap: 20px;
}



.profilePicture{
    float: right;
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
    margin-left: 15px;
}

.profilePicture2{
    float:left;
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
    margin-right: 15px;
}

.paragraph{
    text-align: justify;
    font-size: 18px;
    padding:10px;
    color: #232526;
}

p{
    padding-bottom: 5px;
}