body {
    background-color: #e2e2e2;
    color:black;
}

@media print {
    body {
        /* background-color: black; */
    }
}