body {
  background-color: #bf8df2;
  color: black;
  font-family: 'Billiam', Comic Sans MS, Times New Roman;
}

a:link {
  color:#FFDE00;
  text-decoration: underline;
}

a:visited {
  color: #00ff00;
  text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: underline;
}

.puck{
  cursor: url('https://thecubedweb.neocities.org/Mouse/Cursor1.png'), default;
}