
body {

    background-image: url("../image/fondcuisine.jpg") ;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: cover;
    
}
article{
    background-color: rgba(11, 11, 11, 0.726);
    border:7px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
h1{
    background-color: rgba(11, 11, 11, 0.726);
    border:7px solid rgb(255, 255, 255);
    text-align: center;
    font-size: xx-large;
    color: rgb(255, 255, 255);
}