a {
  color: #00ffd5;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #00ffd5;
}
