body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #fdf2f4;
    margin: 0;
    padding: 0;
}

.cadrage {
    width: 100%;
    padding: 40px;
    background-color: white;
}

h1 {
    color: #333;
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    padding: 15px;
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

h3 {
    color: #444;
    font-size: 1.8em;
    border-bottom: 3px solid #FFB6C1;
    padding-bottom: 10px;
    margin-top: 40px;
}

.portrait {
    display: block;
    margin: 30px auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.portrait:hover {
    transform: scale(1.02);
}

gouda {
    display: block;
    font-style: italic;
    color: #555;
    margin: 25px 0;
    line-height: 1.8;
    font-size: 1.1em;
}

.contributions {
    background-color: #fff5f6;
    padding: 30px;
    margin: 30px 0;
    border-left: 5px solid #FFB6C1;
}

ul {
    padding-left: 25px;
}

li {
    margin: 15px 0;
    line-height: 1.6;
    font-size: 1.1em;
}

b, strong {
    color: #e75480;
}

i {
    color: #666;
}

a {
    color: #e75480;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff1493;
    text-decoration: underline;
}



.video {
    border-radius: 15px;
    display: block;
    margin: 30px auto;
    max-width: 100%;
    text-align: center;
}
