/*  Description : Style de la page Evenements de mon projet personnel du module 293 (foot)
  Auteur      : Yohan Yazdanpanah
  Date        : 09.12.2025*/
body{
    background-image: url(../image/Photo_LDC_Tr.jpg);
    color:white
}

img{
    height: 400px;
    margin-right: 30px;
    margin: auto;
    margin-bottom: 45px
    
}

.container1{
    display: flex;
    margin-top: 50px;
    color: white;
    align-content: center;
}
p{
    border: solid;
    background-color:#2fd90067; 
    width: 40%;
    text-align: center;
    font-size: large;
}
.container2{
    display: flex;
    align-items:baseline;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;

}
.container3{
    display: flex;
    justify-content: space-around;
}
article{
    text-align: center;
}
p{
    margin: auto;
    font-size: 22px;
    width: auto;
    margin: 40px;
}
