
body {
  margin: 0;
  padding: 0;
  background: black;
  font-family: 'Cormorant Garamond', serif;
  overflow: hidden;
  color: #eee;
}
.text-container {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.line {
  font-size: 1.8em;
  opacity: 0;
  margin: 1.4em 0;
}
.final {
  font-weight: bold;
  font-size: 1.3em;
}
.veil-button {
  display: inline-block;
  margin-top: 2.5em;
  padding: 0.7em 2em;
  font-family: 'Inter', sans-serif;
  background: transparent;
  border: 1px solid #eee;
  color: #eee;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s ease;
}
.veil-button:hover {
  background: #eee;
  color: black;
}
.sigil {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  opacity: 0.6;
  z-index: 5;
}
