body {
  background: url("/assets/fondo2.png") no-repeat center center fixed;
  background-size: cover;
  color: white;
  font-family: sans-serif;
}



h1, h5, p {
  color: black;
}

.card {
  background-color: white;
  border: none;
}

.card .btn {
  background-color: #ffc107;
  border: none;
  color: black;
}

.card .btn:hover {
  background-color: #ffb300;
}

.img-thumbnail {
  background-color: #000;
  padding: 4px;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff3;
}


.img-thumbnail {
    background-color: white;
    padding: 4px;
	border: 0px;
    border-radius: 10px;
    box-shadow: 0 0 10px #fff3;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px
}

.mini-card img {
  max-height: 120px;
  object-fit: contain;
}
.mini-card .card-body {
  padding: 0.5rem;
  font-size: 0.85rem;
}
.mini-card h6 {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.mini-card .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
}



