/* Exo1/styles.css */

section {
    margin-bottom: 20px;
}

figure {
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
}

figure figcaption {
    font-style: italic;
    color: #555;
}

ul {
    list-style: square;
    padding-left: 20px;
}
