body {
  background-image: url("spotlight-dark.png");
  color: white;
  background-color: black;
}

  /* unvisited link */
a:link {
  color: blueviolet;
}

/* visited link */
a:visited {
  color: blueviolet;
}

/* mouse over link */
a:hover {
  color: yellow;
}

/* selected link */
a:active {
  color: orange red;
}

@font-face {
  font-family: Thick;
  src: url("https://lindadotzone.online/OPTIActon-Heavy.otf") format("opentype");
}

@font-face {
  font-family: Thin;
  src: url("https://lindadotzone.online/OPTIClearfaceGothicLightAg.otf") format("opentype");
}

@font-face {
  font-family: TheBig;
  src: url("https://lindadotzone.online/OPTIFlare.otf") format("opentype");
}