@font-face {
  font-family: digital-7;
  src: url(/digital-7.ttf);
}

body {
  color: black;
  font-family: Verdana;
  cursor: url("cursor.png"), auto;
}

h1 {
  text-align:center;
  color: black;
  position: fixed;
}
h2 {
  text-align:center;
  color: black;
}
h3 {
  text-align:center;
  color: black;
}
h4 {
  text-align:center;
  color: black;
}
h5 {
  text-align:center;
  color: black;
}
h6 {
  text-align:center;
  color: black;
}
p {
  text-align:center;
  color: black;
}

#aud  {
    position: fixed;
    top: 25px;
    left: 500px;
}

#overlay  {
    position: fixed;
    bottom: 0px;
    left: 0px;
}