
    body {
        margin: 0;
  min-height: 100vh;
  
  justify-content: center;
  align-items: center;
  padding: 75px 0 0;
    margin: 0;
    border: 0;
}

html {
    margin: 0;
    padding: 0;
}

#page-fade {
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 500ms ease;
}

#page-fade.is-active {
  opacity: 1;
}
