#lesPages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    min-height: 100vh;
}

#lesPages img {
    display: block;
    max-width: 450px;
    width: 100%;
    height: auto;
}