@media print and (min-width: 768px) {
body {
padding:2%;
}
} @media print and (max-width: 767px) {
body {
}
}