.genteel-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.25em;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}