/* print styles */
@media print {

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

}
