@import url("https://fonts.cdnfonts.com/css/inter");
.CardImg{
    max-height: 170px !important;
    object-fit: contain;
}

.card{
    background-color: #161616 !important;
}

* {
  font-family: "Inter", sans-serif !important;
}

.AuxIngr:hover .Ingr::before {
  content: attr(id);
  font-size: 1rem;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0%;
  margin-top: 10px;

  background-color: #161616;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  z-index: 1;
  min-width: 280px;
  text-align: center;
  white-space: normal;
}

.nav_li{
  cursor: pointer;
}