body {
  margin: 0;
  font-family: 'VT323', monospace;
  background: #000000;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 20px;
  box-sizing: border-box;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  z-index: 1;
}

.container {
  text-align: center;
  z-index: 2;
  position: relative;
}

.title {
  font-size: 5em;
  margin: 0;
  text-shadow: 2px 2px 4px #333333;
}

.social-links {
  margin-top: 20px;
}

.social-link {
  color: #666666;
  text-decoration: none;
  font-size: 1.5em;
  margin: 0 10px;
  text-shadow: 1px 1px 2px #333333;
  transition: color 0.3s;
}

.social-link:hover {
  color: #999999;
}

@media (max-width: 600px) {
  .title { font-size: 3em; }
  .social-link { font-size: 1.2em; margin: 0 5px; }
}
