@media print {
    html {
        background-color: none;
    }
    #instructions, #meal-card {
        display: none;
    }
    #drawn-cards .card {
        box-shadow: none;
    }
    .print-only {
        display: block;
        margin-top: 40px;
        width: 35%;
    }
}