* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}


.aurora-blackhorde {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  -webkit-animation-name: northern;
          animation-name: northern;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  background: -webkit-linear-gradient(125deg, rgba(170, 0, 0, 0.5) 15%, rgba(85, 0, 0, 0.5) 25%, transparent 60%), -webkit-linear-gradient(80deg, #AA0000 9%, #550000 30%, #821414 45%, #000000 65%);
  background: linear-gradient(-35deg, rgba(170, 0, 0, 0.5) 15%, rgba(85, 0, 0, 0.5) 25%, transparent 60%), linear-gradient(10deg, #AA0000 9%, #550000 30%, #821414 45%, #000000 65%);
}

body {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

h1 {
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

p {
  margin: 0;
}

a {
  color: rgba(255, 255, 255, 0.8);
}
a:link 
{ 
 text-decoration:none; 
} 

.blackhorde-info {
  position: absolute;
  width: 100%;
  top: 3em;
  padding: 0 2em;
  text-align: center;
  z-index: 10;
}
.blackhorde-info img {
    width: 100%;
    max-width: 448px;
    height: auto;
}

.component{
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  width: 300px;
  margin:0 auto;
  padding-top: 5rem;
}


footer {
  position: fixed;
  height: 4em;
  line-height: 2em;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 2em;
  text-align: center;
  z-index: 10;
}
