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

.MuiPaper-root {
    border-radius: 32px;
}

.MuiPaper-elevation.MuiPaper-elevation1 {
    margin: 1em 0;
}

.MuiBottomNavigation-root {
    border-radius: 32px;
}

.MuiOutlinedInput-root {
    border-radius: 32px!important;
}

button.MuiButtonBase-root {
    border-radius: 32px;
}

#img rect {
    display: none;
}

#logotext {
    display: none;
}

#logotext path {
    display: none;
}
