html{
  background-color: #000;
  color: #FFF;
  font-family: 'BlocksSon', 'Billiam', Comic Sans MS, Times New Roman;
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor1.png'), default;
}

a{
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor2.png'), pointer;
}

.color{
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;
}

.gold{
  background-image: url('https://thecubedweb.neocities.org/Gradients/Gold.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #ececec;
}

.silver{
  background-image: url('https://thecubedweb.neocities.org/Gradients/Silver.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #ececec;
}

.bronze{
  background-image: url('https://thecubedweb.neocities.org/Gradients/Bronze.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #ececec;
}

.plastic{
  background-image: url('https://thecubedweb.neocities.org/Gradients/Plastic.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #ececec;
}