body {
  background-color: #0b0b16;
  color: #f5d76e;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: 60px auto;
  padding: 30px;
  background: #111;
  border: 1px solid #d4af37;   /* bordo oro */
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);  /* glow dorato */
}

img.logo {
  width: 120px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 12px #d4af37);
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #f5d76e;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #f5d76e;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ddd;
}

a {
  color: #d4af37;
  text-decoration: none;
  margin: 0 8px;
  font-weight: bold;
}

a:hover {
  color: #fff;
}

footer {
  margin-top: 30px;
  font-size: 0.8em;
  color: #aaa;
}

  
