#section4 h2 {
    width: 600px;
}

#section4 div {
    justify-content: center;
}

.div3 {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 50px;
    align-items: center;
    height: 100px;
}

.agrandir1 {
    font-family: agrandir, sans-serif;
    font-size: 30px;
}

#section4 a {
    color: white;
}