body {
  background-image: url('https://i.imgur.com/KMJGpjm.png'); /* fondo tipo papel viejo */
  background-size: cover;
  font-family: 'Courier New', monospace;
  color: #4d3a3a;
  margin: 0;
  padding: 0;
}

.container {
  background-color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin: 60px auto;
  padding: 30px;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.4);
  border-radius: 10px;
}

h1 {
  font-size: 2em;
  color: #bb4466;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
}

.subtitulo {
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
}

.entrada {
  background-color: #fffdf9;
  border-left: 4px solid #f08ba3;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.entrada h2 {
  color: #8f4f63;
  margin-bottom: 10px;
}

.tags {
  font-size: 0.9em;
  color: #a98d8d;
  margin-top: 15px;
  font-style: italic;
}

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