body {
  background-image: url("/bgsecret.png");
  background-repeat: repeat;
  font-weight: bold;
  text-align: center;
  font-family: Arial;
  color: white;
  text-shadow: 5px 5px black;
}
a {
  color: white;
}
#name {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 50px;
  text-shadow: 5px 5px transparent;
}
#wip {
  background-color: yellow;
  color: black;
  text-shadow: 5px 5px transparent;
}