.text-white { color: #fff; }
.bg-white { background-color: #fff; }

.bg-black {background-color: #000; }
.text-black {color:#000;}

.bg-green { background-color: #e56797; }
.text-green {color: #e56797; }

.candidate_photo {
    width: 80px;
    height: 80px;
    border: 2px solid #e56797;
    border-radius: 100%;
}