/*  Description : Style de la page Histoire de mon projet personnel du module 293 (foot)
  Auteur      : Yohan Yazdanpanah
  Date        : 09.12.2025*/
.container1, .container2{
    display: flex;
    justify-content: space-around;
    align-items:center;
    margin: 5%;
    margin-bottom: 10%;
}
img{
    height: 450px;
}
.container2{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 3%;
    flex-direction: row-reverse;
}
p{
    font-size: 30px;
}
body{
    background-image: url(../image/stade_ancien.jpg);
}

p{
    border: solid;
    background-color:#2fd90067;
    color: black;
}
.container3{
    display: flex;
    justify-content: space-around;
    align-items:center;
    margin: 5%;
    margin-bottom: 10%;
    flex-direction: row-reverse;
}



  
