@media (min-width: 768px) {
  body {
    background-color: tomato;
  }
}
@media print {
  body { font-size: 10pt }
}