html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: #fff;
  color: #171717;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

html.dark body {
  background: #000000;
  color: #ededed;
}

#boot-shell {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

#boot-shell-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
}

#boot-shell-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
