.poesia-texto {
  white-space: pre-wrap;
  line-height: 1.8;
}

.thumb {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.autores {
  max-height: 80px;
  overflow-y: auto;
}

.logo {
  width: 100px;
}

.navbar-brand {
  font-size: 1.5rem;
}

.nav-link {
  font-size: 1.4rem;
}


body.site {
  
  & .nav-link {
    --bs-nav-link-color: #fff;
  }
}

/* body.admin {} */