.card-schedule {
  max-width: 400px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}
.custom-link {
    color: black; /* Change to your desired color */
    text-decoration: none; /* No underline by default */
}

.custom-link:hover {
    text-decoration: underline; /* Underline on hover */
}

.card-hover:hover {
  background-color: #f0f0f0; /* Adjust the color as needed */
}

img {
  max-width: 100%;
}
