/* Fondo estilo Neocities */
body {
  margin: 0;
  font-family: "Verdana", sans-serif;
  background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
  background-repeat: repeat;
  color: #fff;
  text-align: center;
}

/* Banner */
.banner {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  border-bottom: 4px solid #ff00ff;
}

.banner h1 {
  font-size: 2.5rem;
  color: #ffcc00;
  text-shadow: 2px 2px #000;
}

/* Lista de juegos con scroll */
.juegos {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  height: 300px; /* Ajusta el alto de la sección */
  overflow-y: auto;
  border-bottom: 4px solid #00ffff;
}

.juegos h2 {
  color: #00ffcc;
  text-shadow: 1px 1px #000;
}

.lista ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista li {
  margin: 10px 0;
}

.lista a {
  color: #ff66ff;
  text-decoration: none;
  font-weight: bold;
}

.lista a:hover {
  color: #ffff66;
  text-decoration: underline;
}

/* About me */
.about {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.about h2 {
  color: #ff9966;
  text-shadow: 1px 1px #000;
}

.about p {
  max-width: 600px;
  margin: auto;
  font-size: 0.95rem;
  line-height: 1.4rem;
}

audio {
  margin-top: 10px;
}
