body {
  cursor: url(cursorjamie.gif), auto;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #d6ffdd;
  text-align: left;
    background-color: black;
    background-image:url('dream diary/backgrounds/crowd 2 (3).gif');
    background-size:92%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:100%;
    width:100%;

}
a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}