body {
  background-color: black;
  color: white;
  font-family: Times, serif;
  background-image: url('graphics/glitch.gif');
  margin: 0;
  padding: 0;
}

a:link {
  color: #ad1f15;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #8f1c14;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: grey;
  background-color: transparent;
  text-decoration: underline;
}

.chain-left,
.chain-right {
  position: fixed;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}

.chain-left {
  left: 0;
}

.chain-right {
  right: 0;
}

.chain-left img,
.chain-right img {
  height: 100%;
  object-fit: cover;
}

.links-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 50px;
}

h2 {
  color: #a8a8a8;
  font-family: 'CloisterBlack';
}
  
@font-face {
  font-family: 'CloisterBlack';
  src: url('fonts/CloisterBlack.ttf');
}


