.profile{
    display: flex;
    justify-content: center;
}

.confeiteira-text {
    padding: 7% 2% 7% 5%;
    
}

#confeiteira-chef{
    display: flex;
    margin: 0;
    padding: 0 3% 0 0;
    justify-content: center;
    align-items: top;
}


.button-whatsapp{
    display: flex;
    align-items: baseline;
}
.button-whatsapp p{
    padding: 1%;
}

.container-empresa{
    display: list-item;
    list-style-type: none;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 1% 3%;
    margin: 0 2%;
}

a{
    text-decoration:"none";
}

