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

html[data-entry-splash='home'],
html[data-entry-splash='home'] body,
html[data-entry-splash='home'] #root {
  background: #ffffff;
}

body {
  margin: 0;
}
