html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}

.MuiBottomNavigation-root > button.MuiBottomNavigationAction-root:not(:first-of-type) {
  display: none !important;
}

.MuiToolbar-root > button.MuiIconButton-root:has(> svg.MuiSvgIcon-root > path[d="M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"]) {
  display: none !important;
}