    a {
        text-decoration: none;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .m-height100vh {
        max-height: 100vh;
    }

    .hover-card:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
        transition: all 0.3s;
    }
