
main{
    text-align: center;
}
p{
    color: black;
}

.about{
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.about h2{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 35px;
    letter-spacing: 1px;
}


.about-text{
    text-align: center;
    line-height: 1.9;
    font-size: 1.1rem;
    margin-bottom: 22px;
    color: #222;
}

.commentaires{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; 
    margin: 20px 0 40px;
}


.commentaire{
    width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    line-height: 25px;
}
.commentaire p:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.stars{
    letter-spacing: 2px;
}

.date{
    font-size: 0.85rem;
    color: #777;
}

/* trait rouge */
.separator{
    border: none;
    height: 3px;
    width: 80px;
    background: #BC002D;
    margin: 12px auto 30px;
    border-radius: 2px;
}


.date{
    text-align: right;
    color: #201f1f;
    font-size: 15px;
}

