.text {
  color: white;
opacity: 1.0;
  transition: 0.3s;
}

.text:hover {
  color: black;
}