.ba{
    text-align: center;
    color: red;
}   
.be{
    text-align: center;
    color: blue;
    
    
}
.fa--cricle {
    padding: 8px 8px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #c9c9c9;
    box-shadow: 0px 0px 2px #888;
    margin-left: 5px;
    color: #fff;
    background: rgb(116, 90, 161);
}
.bg-blue {
    color: purple;
}

.bg-green {
    background-color: #049A55 !important;
}

.bg-teleg {
    background: #32A9DF !important;
}

.bg-slategrey {
    background: slategrey !important;
}
.bg-green {
    background: green !important;
}

.bg-Brown {
    background: Brown !important;
}

.bg-goldenrod {
    background: GoldenRod !important;
}
.bg-yellow {
    background: yellow !important;
}

.bg-lightseagreen {
    background: lightseagreen !important;
}
.bg-red {
    background: red !important;
}
.bg-blue1 {
    background: blue !important;
}