﻿body {
}

.card-link {
    text-decoration: none;
    color: inherit; /* Keeps the card's text color */
}

    .card-link:hover {
        text-decoration: none; /* Optional: Removes underline on hover */
    }