/* Saisissez votre CSS personnalisé ci-dessous */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.trombinoscope {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.membre {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 150px;
}

.membre img {
    width: 100%;
    border-radius: 50%;
}