html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.app-layer {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.profile-shell {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#bgStars {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
