/*  Description : Style de la jouers phares de mon projet personnel du module 293 (foot)
  Auteur      : Yohan Yazdanpanah
  Date        : 09.12.2025*/
 .container3, .container5,.container1{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
body{
    background-image: url(../image/cherki.webp);
}
.photoJoueur{
    height: 250px;
    transition: transform 0.3s;
    margin-top: 5%;
    margin-right: 10px;
    margin-left: 10px;
}
p{
    margin: 40px;
    border: solid;
    background-color:#2fd90067;
    color: black;
}

.container2, .container4{
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: row-reverse;
}
