.text-pill {
    border: none;
    color: white;
    margin: 0px 2px 0px 0px;
    padding: 0px 4px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 10px;
    font-size:10px;
    white-space: nowrap;
}

.text-pill-spacer {font-size: 3px;}
.text-pill-spacer::before {content: " ";}

.text-pill.python {background-color: #9E372C;}
.text-pill.python::before {content: "PYTHON";}

.text-pill.nlp {background-color: #3C803C;}
.text-pill.nlp::before {content: "NLP";}

.text-pill.dl {background-color: #3C3A82;}
.text-pill.dl::before {content: "DL";}


.text-pill.r {background-color: #682E56;}
.text-pill.r::before {content: "R";}

.text-pill.fortran {background-color: #C88402;}
.text-pill.fortran::before {content: "FORTRAN";}

.text-pill.ml {background-color: #A5719D;}
.text-pill.ml::before {content: "ML";}

.text-pill.bayesian {background-color: #3A8277;}
.text-pill.bayesian::before {content: "BAYESIAN STATS";}

.text-pill.physics {background-color: #636363;}
.text-pill.physics::before {content: "PHYSICS";}

.text-pill.rdb {background-color: #9B8A3D;}
.text-pill.rdb::before {content: "RDB";}

.text-pill.dw {background-color: #8080FF;}
.text-pill.dw::before {content: "DATA WRANGLING";}

.text-pill.comp-vision {color: #000;}
.text-pill.comp-vision {background-color: #EDDB85;}
.text-pill.comp-vision::before {content: "COMP-VISION";}