.tag-computer {
  icon: pc-display; !important;
}

.tag-network {
  icon: wifi; !important;
}

.tag-programming {
  icon: code-square; !important;
}

.tag-3dprinting {
  icon: printer; !important;
}

.tag-modding {
  icon: flask; !important;
}

.tag-javascript {
  icon: filetype-js; !important;
  background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%); !important;
  color: white; !important;
}

.tag-cpp {
  icon: file-earmark-code; !important;
  background: #6395CD; !important;
}

.tag-python {
  icon: filetype-py; !important;
  background: linear-gradient(135deg,rgba(68, 131, 181, 1) 50%, rgba(255, 220, 83, 1) 50%); !important;
}

.tag-java {
  icon: filetype-java; !important;
  background: #3A75B0; !important;
}

.tag-html {
  icon: filetype-html; !important;
  background: linear-gradient(180deg,rgba(253, 185, 71, 1) 25%, rgba(232, 127, 44, 1) 25%, rgba(232, 127, 44, 1) 50%, rgba(212, 61, 67, 1) 50%, rgba(212, 61, 67, 1) 75%, rgba(133, 69, 154, 1) 75%); !important;
  color: white; !important;
}

.tag-css {
  icon: filetype-css; !important;
  background: #6B3A9C; !important;
  color: white; !important;
}