.b{
    font-size:45px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#a{
    background: url(Design\ sans\ titre.png);
    height:450px;
    width: 100%;
    border: black 2px;
}
img{
    height:350px;
    width:400px;
}

.produits {
    display: flex;             
    gap: 20px;                
    justify-content: center;   
    margin-top: 50px;
}


.produit {
    text-align: center;        
}


.produit img {             
    height: auto;            
    display: block;          
    margin-bottom: 10px;     
}


.produit a {
    text-decoration: none;     
    color: #007BFF;   
    font-size:35px;         
}

.produit a:hover {
    text-decoration: underline;
}

.c{
    height:100px;
    width:50%;
    font-size: 20px;
}
.m{
    height:500px;
    width:450px;

}
header{
    border: radius 50%;
}