html{
  background-image: linear-gradient(to left, pink, lightblue);
  color: brown;
  font-family: 'BlocksSon', 'Billiam', 'Comic Sans MS', 'Times New Roman';
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor1.png'), default;
}

a:link{
  color: yellow;
}

a:visited{
  color: green;
}

a:hover{
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor3.png'), pointer;
  font-weight: bold;
}

a:active{
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor2.png'), pointer;
  font-weight: bold;
}

.color{
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
  color: transparent;
}

.rb{
  background-image: url('https://thecubedweb.neocities.org/Gradients/RB-Grd.png');
  background-repeat: repeat-y;
  text-align: center;
  color: #000000;
}

.warning{
  background-image: url('https://thecubedweb.neocities.org/Gradients/Warning.png');
  background-repeat: repeat-x;
  text-align: center;
  color: #ececec;
  height: 772;
  width: 309;
}

.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;
  height: 772;
  width: 309;
}