.gradient-morph-large {
    background: linear-gradient(135deg, #CE1126, #0057a3, #fbbf24);
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background-size: 200% 200%;
}

.tab-content {
    display: none;
}

.tab-content.active-tab-content {
    display: block;
}
