 
  div {
  width: 800px;
  background-color: #ffffff;
}

body {
background-image: url('tile.png');
background-attachment: fixed;
background-repeat: repeat;
overflow: auto;
}

.body {
            text-align: center;
        }

.container {
            width: 50%;
            margin: auto;
        }

* {
    cursor: url(https://www.rw-designer.com/cursor-view/102027.png), auto !important;
}

body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=102027, auto);}