body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.background {
  background: linear-gradient(to left, #d4f4dd, #b8e8c8, #a0d8b3, #89cfa0, #72c68d, #5bbe7a, #46b267);
}

.card-lift {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-lift:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25) !important;
}

.logoAdmin {
  width: 100px;
  height: 100px;
}

.small-news-card {
  max-width: 250px;
  font-size: 0.95rem;
}

.small-news-card .card-img-top {
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-news-card .card-title {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */