#section0,
.sec0 {
    background: -webkit-gradient(linear, top left, bottom left, from(#5f2c82), to(#49a09d));
    background: -webkit-linear-gradient(#5f2c82, #49a09d);
    background: linear-gradient(#5f2c82, #49a09d);
}

#section1,
.sec1 {
    background: -webkit-gradient(linear, top left, bottom left, from(#49a09d), to(#f6ff59));
    background: -webkit-linear-gradient(#49a09d, #f6ff59);
    background: linear-gradient(#49a09d, #f6ff59);
}

#section2,
.sec2 {
    background: -webkit-gradient(linear, top left, bottom left, from(#f6ff59), to(#bc015c));
    background: -webkit-linear-gradient(#f6ff59, #bc015c);
    background: linear-gradient(#f6ff59, #bc015c);
}

#section3,
.sec3 {
    background: -webkit-gradient(linear, top left, bottom left, from(#bc015c), to(#49a09d));
    background: -webkit-linear-gradient(#bc015c, #49a09d);
    background: linear-gradient(#bc015c, #49a09d);
}

#section4,
.sec4 {
    background: -webkit-gradient(linear, top left, bottom left, from(#49a09d), to(#ffd89b));
    background: -webkit-linear-gradient(#49a09d, #ffd89b);
    background: linear-gradient(#49a09d, #ffd89b);
}

#section5,
.sec5 {
    background: -webkit-gradient(linear, top left, bottom left, from(#ffd89b), to(#64f38c));
    background: -webkit-linear-gradient(#ffd89b, #64f38c);
    background: linear-gradient(#ffd89b, #64f38c);
}

#section6,
.sec6 {
    background: -webkit-gradient(linear, top left, bottom left, from(#64f38c), to(#49a09d));
    background: -webkit-linear-gradient(#64f38c, #49a09d);
    background: linear-gradient(#64f38c, #49a09d);
}

#section7,
.sec7 {
    background: -webkit-gradient(linear, top left, bottom left, from(#49a09d), to(#2e6664));
    background: -webkit-linear-gradient(#49a09d, #2e6664);
    background: linear-gradient(#49a09d, #2e6664);
}