body {
  background-color: #1a1a1a;
  color: #eae0c8;
  font-family: 'Playfair Display', serif;
  background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 60px auto;
  background: rgba(26, 26, 26, 0.95);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px #00000080;
}

h1 {
  text-align: center;
  font-size: 3em;
  color: #d4af7f;
  margin-bottom: 10px;
}

h2 {
  color: #c4b7a6;
  margin-top: 40px;
}

h3 {
  color: #d4af7f;
  margin-bottom: 5px;
}

p {
  line-height: 1.8;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

a {
  color: #a87f5f;
  text-decoration: none;
  border-bottom: 1px dashed #a87f5f;
}

a:hover {
  color: #d4af7f;
  border-bottom: 1px solid #d4af7f;
}

blockquote {
  font-style: italic;
  color: #aaa;
  border-left: 3px solid #555;
  padding-left: 15px;
  margin: 30px 0;
}

footer {
  text-align: center;
  margin-top: 60px;
  font-size: 0.9em;
  color: #666;
}

.sombra-texto {
  text-shadow: 1px 1px 2px #00000088;
}

.diario {
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
  border-left: 5px solid #a87f5f;
  margin-top: 20px;
  border-radius: 8px;
}

.gif-estilo {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  border: 2px solid #333;
  border-radius: 6px;
  box-shadow: 0 0 12px #00000050;
}