html, body {
  height: 100%;
  margin: 0;
  cursor: url('https://i.imgur.com/mkif14q.png') 0 0, auto;
  
}

a, a * {
  cursor: url('https://i.imgur.com/mkif14q.png') 0 0, default;
}

.lace-header {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url('https://i.imgur.com/hV4PQfT.png');
  background-repeat: repeat-x; 
  background-position: top left;
  background-size: auto 20px;
  z-index: 9999;
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));
}

