.ft-gradient-animation1 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    /*height: 100vh;*/
}

.ft-gradient-animation2 {
    background: linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    /*height: 100vh;*/
}

.ft-gradient-animation3 {
    background: linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    /*height: 100vh;*/
}

.ft-font {
    /*font-family: 'Fuzzy Bubbles', cursive;*/
}

.text-branding2 {
    /*            font-size: 67px;*/
    /*    background: -webkit-linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    /*font-family: 'Fuzzy Bubbles', cursive;*/
    font-size: 18px;
}

.text-branding2-lg {
    /*font-family: 'Fuzzy Bubbles', cursive;*/
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
