@font-face {
  font-family: bahnschrift;
  src: url("../fonts/bahnschrift.ttf");
}

body {
  background: url("../images/background_img.jpeg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 3%;
  background-color: rgb(0, 0, 0);
  background-attachment: fixed;
}

footer {
  height: 60px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0%;
  left: 0%;
  padding-top: 0%;
  padding-left: 0%;
}

table {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 20px;
  left: 5%;
  text-align: center;
  vertical-align: top;
  border-collapse: separate;
  padding-right: 10%;
}

td {
  width: 10%;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none; 
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 3px 6px #ffffff; 
}

a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a:active {
  color: #bebebe;
  text-decoration: none;
  text-shadow: 0px 0px 0px transparent;
}

#references {
  font-family: bahnschrift;
  font-size: 10px;
}

#copyright {
  font-family: bahnschrift;
  font-size: 9px;
  color:rgb(255, 255, 255);
  position: fixed;
  top: 90%;
  left: 20%;
}