.card {
  background-color: transparent;
}
.card-text {
  font-size: 0.95rem;
  color: #ffffff;
  text-align: center;
}

.custom-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .custom-card-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
  }
}

.btn-dark
{
  background-color: #06080b;
  border-color: #06080b;
}

.btn-primary
{
  background-color: #052EFD;
  border-color: #052EFD;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 600;
}

.ticket-headline
{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
