html, body {
  margin: 0;
  min-height: 100%;
}

@media print {
  .mud-appbar, .mud-drawer, .no-print {
    display: none !important;
  }
}
