a {
  color: #FFFFFF;
  text-decoration:none;
  font-weight: none;
  background: linear-gradient(90deg, white, #32CD32, #32CD32, #00FF00, #00FF00, #32CD32,  #32CD32, white);
  background-clip: text;
  -webkit-background-clip: text;
  margin: auto;
}

a:hover {
  color: transparent;
  transition: 500ms ease;
}

#body {
  font-size: 2em;
  display: flex;
  height: 100vh;
  align-items: center;
}