html{
  background-color: green;
  color: black;
  font-family: 'BlocksSon', 'Billiam', Comic Sans MS, Times New Roman;
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor1.png'), default;
}

a:link{
  color: blue;
}

a:visited{
  color: orange;
}

a:active{
  color: white;
}

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;
}

.pat{
  background-image: linear-gradient(to left, orange, white, orange, white, orange, white, orange);   -webkit-background-clip: text;
  color: transparent;
}

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