body {
  background-color: black;
  color: white;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  list-style: none;
  cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto
}
  
    nav a {
      text-decoration: none;
      color: #333;
      font-weight: bold;
      padding: 8px 12px;
      border-radius: 6px;
      transition: background-color 0.3s;
      font-size: 24px;
      margin-bottom: 20px;
      cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto
    }