/*  Description : Style de la page index de mon projet personnel du module 293 (foot)
  Auteur      : Yohan Yazdanpanah
  Date        : 09.12.2025*/
body{
    background-image: url(../image/stade.jpg);
}

img {
    height: 175px;
}


#ballonFond {
    width: 275px;
    height: auto;
}

.titre {
    text-align: center;
    font-size: 2em;

}

aside {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    color:black;
}

main{
    color: #fff;
}
h1{
    color: #fff;
}nav{
    font-size: 19px;
}

  
