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

h1, h2, h3{
  background-image: linear-gradient(to left, red, green, red, green, red, green, red, green);   -webkit-background-clip: text;
  color: transparent;
}

a:link {
  color: red;
  text-decoration: underline;
  cursor: url('https://thecubedweb.neocities.org/Blog/2025-Assets/IMAGES/Mouse/Link.png'), pointer;
}

a:visited {
  color: green;
  text-decoration: underline;
}

a:hover {
  color: #bf8df2;
  text-decoration: underline;
}