
.hacker-text {
  font-size: 3.5rem;
  color: #de0039;
  opacity: 0;
  
}

.hacker-text span {
  display: inline-block;
  transition: color 0.2s ease;
}

.hacker-text.white {
  color: white;
}
