body {
  background-image: url('https://neocities.org/site_thumbnails/24/12/rattyusmaximus/pixil-frame-0%20(70).png.210x158.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  transition: all 0.5s ease;
      cursor: url("cursor.png"), pointer;
}
