@font-face {
  font-family: "bitfont";
  src: url("bitfont.ttf") format("truetype");
}

body {
  font-family: "bitfont", sans-serif;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  margin: 0;
  cursor: url("https://downloads.totallyfreecursors.com/cursor_files/eyered.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/eyered.gif"), auto;
}

a {
  color: rgb(217, 217, 217);
  text-decoration: none; 
  font-size: 24px;
  padding: 10px 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

a:hover {
  background-color: rgb(15, 15, 15);
  cursor: url("https://downloads.totallyfreecursors.com/cursor_files/eyered.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/eyered.gif"), auto;
}

a:visited {
  color: rgb(217, 217, 217); 
}
