<style>
  body, a {
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=207543), auto;
  }
  
  body {
    margin: 0;
    height: 100vh;
    background-image: url('https://i.pinimg.com/1200x/df/6a/fe/df6afeb63024b62fe3c25245fb339379.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-family: Arial, sans-serif;
  }
  
  /* rest of your CSS unchanged */
</style>
