.red {
    color: red !important;
    font-weight: 600;
}

.green {
    color: green !important;
    font-weight: 600;
}

.blue {
    color: blue !important;
    font-weight: 600;
}

.orange {
    color: orange !important;
    font-weight: 600;
}

.purple {
    color: #937ff7 !important;
    font-weight: 600;
}

.bimg {
    width: 50px;
    height: 50px;
}
.btnorange {
    color: white;
    background: #f5b452;
}
.btngreen {
    color: white;
    background: #8ad351;
}
.btnblue {
    color: white;
    background: #469afb;
}

.btnpurple {
    color: white;
    background: #937ff7;
}

.btnred {
    color: white;
    background: #ec5b56;
}
.bbtn {
    display:block;
    width:60px;
    text-align:center;
    padding: 5px;
    border-radius: 8px;
}