body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background: url('assets/bg.png') no-repeat center center fixed;
  background-size: cover;
  color: #f0f0f0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  text-align: center;
  z-index: 1000;
}

.menu .btn {
  color: #00ff99;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
}

.hero-content h1 {
  font-size: 70px;
  color: #00ff99;
  text-shadow: 0 0 20px #00ff99;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  margin: 10px 0;
}

.discord-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #00ff99;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 0 20px #00ff99;
}

.ip {
  margin-top: 15px;
  font-size: 16px;
}

.ip span {
  color: #00ff99;
  font-weight: bold;
}

.descricao {
  padding: 60px 20px;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.descricao h2 {
  font-size: 40px;
  color: #00ff99;
  text-shadow: 0 0 15px #00ff99;
}

.descricao p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.6;
}

footer {
  text-align: center;
  padding: 15px;
  background: #000;
  color: #555;
}

.info-bloco {
  margin: 40px 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00ff99;
}

.info-bloco h3 {
  font-size: 28px;
  color: #00ff99;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #00ff99;
}

.info-bloco ul {
  list-style: none;
  padding: 0;
}

.info-bloco ul li {
  font-size: 18px;
  margin: 8px 0;
  line-height: 1.5;
}

#btnMusica {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00ff99;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 10px #00ff99;
  z-index: 1000;
}

#btnMusica:hover {
  background: #00cc77;
}
#cinzasCanvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

#btnMusica {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00ff99;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 10px #00ff99;
  z-index: 1000;
}

#btnMusica:hover {
  background: #00cc77;
}
