h1 {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgb(51, 2, 2);
    color: #af5117;
}

h2 {
    color: #ba9873;
    font-family: "Libre Baskerville", serif;
}

h3 {
    color: #ba9873;
}

h4 {
    color: rgb(187, 187, 187);
    font-size: 18px;
}

body {
    background-image: url(https://images.pexels.com/photos/326333/pexels-photo-326333.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-color: #eba755;
    background-size: cover;
    margin-left: 10%;
    margin-right: 10%;
}

p {
    color: beige;
}

li {
    color: whitesmoke;
}

#bloc1 {
   border-radius: 25%;
   align-items: center;
}


#Infos {

    background-color: #c66f064f;
    border-color: rgb(92, 44, 0);
    border-width: 5px;
    border-style: double;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex: 1 1 0;

}

#Ingrédients {

    background-color: #c66f064f;
    border-color: rgb(92, 44, 0);
    border-width: 5px;
    border-style: double;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.global {
    display:flex;
}

#Accroche{
    font-size: 32px; 
}

.pingouin {
    background-image: url(https://i.ibb.co/kgSsbspK/penguin.png);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex: 1 1 0;
}

footer{
    align-content: center;
    
}