@media print {
  html, body, article {
    height: auto;
  }
  @page {
    size: auto;
    margin: 0;
  }
}
