.card-link {
    text-decoration: none;
    transition: transform 0.3s ease;
}
.card-link:hover {
    transform: translateY(-5px);
}
.card {
    height: 100%;
}
.card-img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    padding: 10px;
}
.card-text {
    text-decoration: none;
}
.admin_page {
    color: #000;
}
.admin_page a {
    color: #000;
}