*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #ffe6e3;
    
}

.imgLogo{
    height: 350px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}

img{
    
    width: 400px;
    height: 350px;
}

#comprar{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;
}
.Links{
    display: flex;
    justify-content:space-between ;
    flex-direction: column;
    padding: 1.5rem 10rem;
    padding-bottom: 100px;
    align-items: center;
}
#cardapio{
    border-radius: 10px;
    height: 250px;
}

#ifood{
    border-radius: 10px;
    height: 250px;
}

footer{
    height: 0px;
}
.Contato{
    display: flex;
    justify-content:left;
    flex-direction: row;
    gap: 10px;
}

#Instagram{
    border-radius: 50px;
    width: 70px;
    height: 60px;
    margin: 3px;
}

#Whatsapp{
    border-radius: 50px;
    width: 70px;
    height: 60px;
    margin: 3px;
}