a,
a:focus,
a:hover {
  color: #fff;
}

html,
body {
  height: 100%;
  background-color: #333;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/skull.jpg');
  /* background-image: url("../img/skull.jpg"); */
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  color: darkgrey;
}

.tangerine-gray {
  font-family: 'Tangerine', cursive;
  font-size: 50px;
  color: darkgrey;
}

.tangerine-white {
  font-family: 'Tangerine', cursive;
  font-size: 35px;
  color: white;
}

.ij {
  color: darkgray;
}