body {
  background: url(https://64.media.tumblr.com/b7ae6950b1ef00d6a9c7b6032a2cb815/db0cd0f37f2f05ff-c0/s250x400/c547fddd756c6fac387b13a21f33070adc1ce888.png) center center fixed;
  color: #D2D9D5;
  font-size: 12px;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  font-family: 'altehaasgroteskregular';
}

@font-face {
    font-family: 'altehaasgroteskregular';
    src: url('/altehaasgroteskregular2.woff') format('woff2'),
         url('/altehaasgroteskregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
}
  .credit {
    text-align: right;
    position: absolute;
    display: block;
    bottom: 0%;
    right: 0%;
  }
   @-webkit-keyframes blink { 50% { border-color: #FFF388; }  }
  .text {
    text-align: center;
    position: absolute;
    display: block;
    top: 15%;
    right: 15%;
    border: 2px dotted;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    -webkit-animation: blink .5s step-end infinite alternate; 
    -webkit-box-shadow: 0px 0px 40px 18px rgba(255,245,181,0.6); 
  box-shadow: 0px 0px 40px 18px rgba(255,245,181,0.6);
}
.video {
  position:absolute;
  display:block;
  bottom: 10%;
  right: 2%;
}
.index {
    text-align: center;
    position: absolute;
    display: block;
    top: 55%;
    right: 45%;
    width: 300px;
    height: 200px;
}
a:link, a:active, a:visited {
  color: #FFF388;
}
a:hover {
  color: #0DA6FF;
  }
  .multiple {
    position: absolute;
    display: block;
    top: 2%;
    left: 50%;
  }