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%;
}

img[src$="logo.png"] {
  max-width: 380px !important;
  max-height: 190px !important;
}

@media (max-width: 1199px) {
  img[src$="logo.png"] {
    max-width: 300px !important;
    max-height: 150px !important;
  }
}

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