.gradient-heading {
    background-color: #FF6D6D;
    background-image: linear-gradient(90deg, #FF6D6D, #CEAEFF, #7B61FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-link {
    text-decoration: none;
}
