body {
    font-family: Arial, Helvetica, sans-serif;
    
}
.food-container {
    max-width: 210mm;
}

.ingredientLegend {
    -moz-column-count: 2;
         column-count: 2;
    font-size: .8em;
    max-width: 80%;
}

#logo {
    max-width: 100mm;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 5mm;
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1em;
    margin-bottom: 1cm;
}

#logo {
    max-width: 100mm;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

#chef {
    position: absolute;
    width: 25mm;
    height: auto;
    right: 1cm;
    top: 5mm;
}


#apple {
    position: absolute;
    right: 0;
    width: 60mm;
    height: auto;
    top: -2cm;
}
