.gradient {
    background: rgba(62, 202, 193, 1);
    background: linear-gradient(135deg, rgba(62, 202, 193, 1) 0%, rgba(244, 229, 127, 1) 100%);
}