html[data-theme="dark"],
html.light.dark {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #041827 !important;
}

html[data-theme="dark"] body,
html.light.dark body,
html[data-theme="dark"] #app,
html.light.dark #app {
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #041827 !important;
}

html[data-theme="dark"] #app > div,
html.light.dark #app > div {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 100vh !important;
}
