body {
  color: red;
  font-family: 'Audiowide', sans-serif;
  background-image: url('images/blacklodge.jpg');
  background-repeat: repeat-x;
  cursor: url('images/pointer.png'), url('images/cursor.png'), auto;
}

.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a:link {
  color: yellow;
  text-decoration: none;
}

a:visited {
  color: gold;
  text-decoration: none;
}

a:hover {
  color: lawngreen;
  text-decoration: underline;
}