body {
  margin: 0;
  padding: 0;
  font-family: 'Orbitron', sans-serif;
  background: #0d0221;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.background {
  background: url('background.jpg') center/cover no-repeat;
  filter: brightness(0.2) contrast(1.2) saturate(1.8);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
}

.wrapper {
  text-align: center;
  padding: 2rem;
}

.glow-border {
  padding: 4rem;
  border: 3px solid #ff00cc;
  border-radius: 12px;
  box-shadow: 0 0 30px #ff00cc88, 0 0 60px #00ffff55;
  background-color: rgba(13, 2, 33, 0.7);
}

.neigh {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.8rem;
  color: #ff00cc;
  text-shadow: 0 0 8px #ff00cc, 0 0 20px #00ffff;
  margin: 0.5rem 0;
}

.means {
  font-family: 'Shadows Into Light', cursive;
  font-size: 2rem;
  transform: rotate(-12deg);
  color: #00ffff;
  margin: 1rem 0;
  text-shadow: 0 0 6px #00ffff, 0 0 12px #ff00cc;
}

    .social-links {
        margin-top: 40px;
        font-size: 2rem;
        letter-spacing: 8px;
    }

    .social-links a {
        color: #ff00cc;
        text-decoration: none;
    }
    
    .social-links a:hover {
        color: #00ffff;
    }
