body {
  /* bg paradox */
  background-image: url("sparkle.png"); 
  background-size: auto 620px;
  background-repeat: repeat-x;
    background-attachment: fixed;
    color: white;
    font-family: Garamond;
      cursor: url("cedar.png"), auto;
    text-align: center;
}

a:hover {
  cursor: url("cedar.png"), pointer;
}

