a {
  color: #faa105;
  text-decoration:none;
  font-weight: none;
  background: linear-gradient(90deg, #b1ffb1, #80ff80, green, #80ff80, #b1ffb1);
  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;
}