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

html,
html body,
html #root {
  background: #e5dfd3;
}

html[data-emistrace-theme="dark"],
html[data-emistrace-theme="dark"] body,
html[data-emistrace-theme="dark"] #root {
  background: #08070b;
}
