body {
  background-color: #0e0e0e;
  background-image: url('castillo_hp.jpg');
  background-size: cover;
  background-attachment: fixed;
  color: #f5f5f5;
  font-family: "Times New Roman", serif;
  margin: 0;
  min-height: 100vh;
}

header {
  background-color: rgba(0, 0, 0, 0.85);
  color: #b8860b; 
  text-align: center;
  padding: 25px 0;
  border-bottom: 3px solid #1a472a; 
}

section {
  max-width: 950px;
  margin: 40px auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #3b2f2f; 
}


h1, h2 {
  color: #b8860b;
  text-align: center;
}

.personaje {
  margin-bottom: 50px;
  text-align: center;
}

.personaje img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 3px solid #1a472a; 
  object-fit: cover;
}

.personaje p {
  max-width: 750px;
  margin: 10px auto;
  line-height: 1.6;
}

.cita {
  font-size: 0.9em;
  color: #c2c2c2;
  font-style: italic;
}


.bottom-bar {
  width: 100%;
  background: #0f0f0f;
  border-top: 3px solid #1a472a;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.bottom-bar a {
  text-decoration: none;
  background: #1a1a1a;
  color: #e6e6e6;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #3b2f2f;
  font-size: 15px;
}

footer {
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  border-top: 3px solid #1a472a;
  color: #ccc;
}
