/* CHANGE TEXT COLOR TO BLACK ON TECH STACK CARD HOVER */
.tech-stack-card:hover .tech-stack-card__text {
  color: var(--bg);
}
