html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#vanta-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: sans-serif;
    z-index: 1;
    width: 80%;
    max-width: 800px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    color: white;
    font-size: 24px;
    margin: 0 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #ddd;
}
