/* functional-programming  */
.text-functional-programming {
  color: #5D4F82;
}

.border-functional-programming {
  border-style: solid;
  border-color: #5D4F82 !important;
}

.background-functional-programming {
  background-color: #5D4F82;
}

/* rest-api  */
.text-rest-api {
  color: #86C302;
}

.border-rest-api {
  border-style: solid;
  border-color: #86C302 !important;
}

.background-rest-api {
  background-color: #86C302;
}

/* system-design  */
.text-system-design {
  color: #F099D7;
}

.border-system-design {
  border-style: solid;
  border-color: #F099D7 !important;
}

.background-system-design {
  background-color: #F099D7;
}

/* cloud  */
.text-cloud {
  color: #C2A9D2;
}

.border-cloud {
  border-style: solid;
  border-color: #C2A9D2 !important;
}

.background-cloud {
  background-color: #C2A9D2;
}

/* git  */
.text-git {
  color: #E84C33;
}

.border-git {
  border-style: solid;
  border-color: #E84C33 !important;
}

.background-git {
  background-color: #E84C33;
}

/* algorithms-and-data-structures  */
.text-algorithms-and-data-structures {
  color: #879fd3;
}

.border-algorithms-and-data-structures {
  border-style: solid;
  border-color: #879fd3 !important;
}

.background-algorithms-and-data-structures {
  background-color: #879fd3;
}

/* software-engineering  */
.text-software-engineering {
  color: #F7C33C;
}

.border-software-engineering {
  border-style: solid;
  border-color: #F7C33C !important;
}

.background-software-engineering {
  background-color: #F7C33C;
}

/* game-development */
.text-game-development {
  color: #4588b9;
}

.border-game-development {
  border-style: solid;
  border-color: #4588b9 !important;
}

.background-game-development {
  background-color: #4588b9;
}

/* design */
.text-design {
  color: #f7c53d;
}

.border-design {
  border-style: solid;
  border-color: #f7c53d !important;
}

.background-design {
  background-color: #f7c53d;
}

/* go */
.text-go {
  color: #00acd7;
}

.border-go {
  border-style: solid;
  border-color: #00acd7 !important;
}

.background-go {
  background-color: #00acd7;
}

/* python */
.text-python {
  color: #3974a5;
}

.border-python {
  border-style: solid;
  border-color: #3974a5 !important;
}

.background-python {
  background-color: #3974a5;
}

/* programming */
.text-programming {
  color: #141518;
}

.border-programming {
  border-style: solid;
  border-color: #141518 !important;
}

.background-programming {
  background-color: #141518;
}

/* web-development */
.text-web-development {
  color: #768a95;
}

.border-web-development {
  border-style: solid;
  border-color: #768a95 !important;
}

.background-web-development {
  background-color: #768a95;
}

/* django */
.text-django {
  color: #10583f;
}

.border-django {
  border-style: solid;
  border-color: #10583f !important;
}

.background-django {
  background-color: #10583f;
}

/* django-rest-framework */
.text-django-rest-framework {
  color: #8b268a;
}

.border-django-rest-framework {
  border-style: solid;
  border-color: #8b268a !important;
}

.background-django-rest-framework {
  background-color: #8b268a;
}
