a {
  color: #a178d6;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  letter-spacing: 1px;
  color: #c49af7;
  text-shadow: 0 0 8px #d9caff;
}