html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #0A0A0B;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}