@layer layout {
  .main-stage {
    margin: auto;
    height: 100dvh;
    display: grid;
    place-items: center;
  }
}
