/* Images */
img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Légendes d'images */
.image-caption {
    text-align: center;
    font-style: italic;
    color: #555;
}

/* Liens */
a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}


