.curved-loop-jacket {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.curved-loop-svg {
  user-select: none;
  width: 100%;
  aspect-ratio: 100 / 12;
  overflow: visible;
  display: block;
  font-size: 6rem;
  fill: #ffffff;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(100px); /* Move down by 100px */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Drop shadow */
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 5));
  
  /* Customization */
  --loop-spread: 2000; /* Increase spread to fit more text (e.g. 4000 for wider) */
  --loop-font-size: 200px; /* Size of the text */
  --loop-curve-height: 500; /* Height of the curve (unitless, e.g. 200, 300, 500) */
  --loop-text-spacing: 2px; /* Letter spacing */
}
