.plato {
    font-size: 20px;
    background-color: #f7e1d0;
    width: 100%;
    padding: 5px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 4px;
    display: flex;
    align-items: center;
}

.precio {
    font-size: 17px;
    background-color: #f7e1d0;
    width: 100%;
    padding: 5px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    margin-right: 4px;
}

.descripcion {
    margin-top: 2px;
    margin-bottom: 15px;
}

.vinos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedorLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizzas {
    margin-top: -35px;
    display: flex;
    justify-content: end;
}

.pizzas img {
    width: 50%;
}