

.main-gradient {

    background: #00063a;
    background: -webkit-linear-gradient(left, #1b0092, #4e59ff);
    background: -o-linear-gradient(left, #1b0092, #4e59ff);
    background: -moz-linear-gradient(left, #1b0092, #4e59ff);
    background: linear-gradient(left, #1b0092, #4e59ff);
}

.purple-1 {
    color: #4e59ff;
}

.purple-2 {
    color: #1b0092;
}

.blue-1 {
    color: #00063a;
}
