/*  BackGround  */
.bg-white{
    background: white;
}
.bg-blue{
    background: #2e5add;
}
.bg-pink{
    background: #fc7ab5;
}
.bg-orange{
    background: #fda085;
}
.bg-green{
    background: #5b8631;
}
.bg-green-light{
    background: #40c185;
}
.bg-purple{
    background: #6e4ff6;
}
.bg-blue-green{
    background: #00a7d5;
}

/* Text Color*/
.text-white{
    color: white;
}
.text-gray-light{
    color: #aaa;
}
.text-blue{
    color: #2e5add;
}
.text-pink{
    color: #fc7ab5;
}
.text-orange{
    color: #fda085;
}
.text-green{
    color: #5b8631;
}
.text-purple{
    color: #6e4ff6;
}
.text-blue-green{
    color: #00a7d5;
}
