/*Louis Berthold 13.01.2025*/

h3{
    color: black;
}
img{
    width: 75%;
    height: 5%;
}
/*pour les shémat*/
.shema{
    display: flex;
    justify-content: center;
    margin: 5%;
}
a{
   width: 100%
}


@media screen and (min-width: 850px) {
    main {
        width: 800px;
    }
    .shema img {
        height: 350px;
        width: 350px;
    }
}


@media screen and (max-width: 650px) {
    main{
        width: 90vw;
    }
    
}
