.row {
    padding: 1rem 0;
    margin: 0;

}
#box-confeiteira{
    border: solid 1px;
    margin: 1% 10%;
    box-shadow: 1px 1px 20px .1px gray;
    background-color: azure;
}

.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;
}

#footer{
    margin: 0;
}
.mapa-do-site{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a{
    text-decoration:"none";
}

.button-whatsapp{
    display: flex;
    align-items: baseline;
}
.button-whatsapp p{
    padding: 1%;
}


body{
    background-color: #f4ede3;
}
h6{
    display: flex;
    text-align: center;
}