body{
    background-color: #ac9fa5;
}
.banner{
    color: rgb(98, 42, 62);
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.banner:hover{
    font-style: italic;
    text-shadow: 0 0 10px rgba(255, 190, 218, 0.688);
}
#tumblr-feed {
  max-width: 700px;
  margin: 0 auto;
  color: #737373;
  font-family: 'Georgia', serif;
  font-size: 12px;
}
#tumblr-feed h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #6d4e5f;
}
.entrada {
  background: rgba(255, 255, 255, 0.85);
  margin: 25px 0;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(255, 118, 175, 0.473);
}
.entrada h3 {
  margin-top: 0;
}
.entrada a {
  color: #bb6986;
  text-decoration: none;
}
.entrada a:hover {
  text-decoration: underline;
}
.contenido img {
  max-width: 100%;
  border-radius: 8px;
}