#page-curtain {
  position: fixed;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  z-index: 99999;
  background: var(--curtain-color, #545455);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0%);
  will-change: transform;
  pointer-events: none;
}

.curtain-logo svg {
  display: block;
}
