/* julie burin des roziers
feuille de style sur la page d'accueil
09.01.2025 */

.links{
    display:flex;
    justify-content: space-around;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.links>div{
    display:flex;
    gap: 68px;
    flex-wrap: wrap;
    justify-content: center;
}
.links img{
    width: 450px;
    height: 450px;
    border-color: #940000;
    border-width: 1px;
    border-style: solid;
}
@media screen and (max-width: 500px){
    .links img{
        width: 250px;
        height: 250px;
    }
}