body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000 url('https://i.imgur.com/LICqyY0.jpeg') no-repeat center center fixed;
  background-size: cover;
  color: #ffffff;
}

header {
  background: rgba(0,0,0,0.75);
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 0 20px #00ff00;
}

.logo {
  font-size: 48px;
  margin: 0;
  letter-spacing: 2px;
  color: #00ff00;
  text-shadow: 0 0 15px #00ff00, 0 0 30px #00ff00;
}

nav {
  margin-top: 10px;
}

nav a {
  margin: 0 15px;
  color: #00ff00;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  font-size: 18px;
}

nav a:hover, nav a.active {
  color: #9fff9f;
  text-shadow: 0 0 10px #00ff00;
}

.hero {
  text-align: center;
  padding: 150px 20px;
  background: rgba(0,0,0,0.5);
  margin-top: 40px;
  border-top: 2px solid #00ff00;
  border-bottom: 2px solid #00ff00;
  box-shadow: 0 0 25px #00ff00;
}

.hero h2 {
  font-size: 40px;
  color: #00ff00;
  text-shadow: 0 0 12px #00ff00;
}

.hero p {
  font-size: 20px;
  margin-top: 10px;
  opacity: 0.9;
}

.ip-box {
  display: inline-block;
  padding: 15px 30px;
  background: rgba(0,0,0,0.85);
  border: 2px solid #00ff00;
  font-size: 28px;
  margin-top: 20px;
  border-radius: 12px;
  text-shadow: 0 0 10px #00ff00;
  box-shadow: 0 0 20px #00ff00;
  transition: transform 0.2s;
}

.ip-box:hover {
  transform: scale(1.1);
}

.content {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(0,0,0,0.7);
  border-left: 2px solid #00ff00;
  border-right: 2px solid #00ff00;
  box-shadow: 0 0 20px #00ff00;
  border-radius: 10px;
}

.content h2 {
  font-size: 36px;
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  text-align: center;
}

.content ul li {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.6;
}
