
.menub{
    width:100%;
    max-width: 1600px;
   left: auto;
	background-color: rgb(236, 210, 216);
    display:flex;
    justify-content: center;
    border:1px solid rgb(110, 80, 30);
    text-transform: uppercase;
}
.menu-card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
  h2{
    width: 50%;
    text-align: center; 
    
   
} 

.porc{
    width: 100%;
    
}
.tamanhos{
    background-color: red;
    font-size:large;
}

ul{
    width: 100%;
    margin-top: 60px;
    margin-left: -15px;
   
}
li{
    width: 100%;
   
    align-items: center;
}

p{
    width: 90%;
    display:flex;
    font-size: .8rem;
}

button {
    width: 100px;
    height: 30px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #7c0f0f;
    color:aliceblue;
    
}
@media screen and (min-width: 700px) {
    body{
        width:100% ;
        display:flex;
        justify-content: center;
        text-align: center;
        margin-left: -20px;
        font-size: .3rem;
       
    }
    .beb{
        width: 50%;
    }
    
}

@media screen and (min-width: 1600px) {
    body{
        width:100% ;
        
        text-align: center;
       
    }
    p{
        width: 100%;
        
        font-size: .9rem;
    }
   
}
