@media print {
  body {
    padding: 0 !important;
    margin: 0 !important;
  }
  body aside {
    display: none !important;
  }
}
