
    body {
        margin: 0;
  min-height: 100vh;
  
  justify-content: center;
  align-items: center;
  padding: 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;
}

.under-construction {
  opacity: 0.35;
  cursor: not-allowed !important;
  letter-spacing: 0.04em;
  font-size: 0.6em;
}

.uc-subline {
  display: block;
  font-size: 0.75em;
  opacity: 0.6;
  letter-spacing: 0.08em;
  margin-top: 0.2em;
}
