.card-icon {
    font-size: 48px;
    color: rgb(133, 133, 245);
    font-weight: 700;
    cursor: pointer;
}
.card-icon:hover {
    color: rgb(47, 47, 250);
    cursor: pointer;
}

.card-text {
    font-size: 24px;
    color: rgb(133, 133, 245);
    font-weight: 900;
}
.card-text:hover {
    color: rgb(47, 47, 250);
    cursor: pointer;
}
.card-title {
    color: rgb(133, 133, 245);;
}
.card-title:hover {
    color: rgb(47, 47, 250);
    cursor: pointer;
}
