/*
    Description : style css de l'histoire des sneaker
    Auteur      : Noa Berrier
    Date        : 16.01.2026
*/
.container1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
h2{
    border-style: solid;
    background-color: #969696;
    color: black;
}
h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
img{
    width: 200px;
    height: 150px;
}
.container2{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.container3{
    display: flex;
    align-items: center;
    flex-direction: row;
}


