


body {
  background: linear-gradient(90deg,green,purple,green);
}
h1 {
  color: lavender;
  font-size: 40px;
  text-align: center;
  font-family: fantasy;
}
p {
  color: lightgreen;
  font-size: 15px;
  text-align: center;
  font-family: monospace;
}
a:link {
  color: thistle;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: lime;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: lavender;
  background-color: transparent;
  text-decoration: underline;
}