*, .default-mc, .default-mc *{
    cursor: url("../images/DS-Def-64.png"), default;
}
a, a *, .pointer-mc, .pointer-mc *{
    cursor: url("../images/GP-Pointer-64.png"), pointer;
}

.from-alpha-custom {
    --tw-gradient-from: rgba(0, 0, 0, 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.glow-effect-text {
    text-shadow: 0 0 20px rgba(255, 0, 0, 1);
}

.followed{
    background: white!important;
    color: red!important;
}