.btn-gradient {
    background-image: linear-gradient(to right bottom, #ff00ff, #f52768, #ff533a);
    color: white;
    border: none;
}

.btn-gradient:hover {
    background-image: linear-gradient(to right bottom, #ff00ffd9, #f52768d3, #ff543ad2);
    color: #fff;
}

.text-gradient {
    background-image: linear-gradient(to right bottom, #ff00ff, #f52768, #ff533a);
    color: white;
    font-weight:900;
}

.kolstars-gradient {
    background-image: linear-gradient(to right bottom, #ff00ff, #f52768, #ff533a);
}