html,
body,
#root {
  height: 100%;
}

body {
  background: #fafafa;
}

@media print {
  body {
    background: white;
  }
}
