body {
    background-color: #000000;
    background-repeat: repeat;
    background-attachment: scroll;
    font-family: 'rippedbit';
    color:white;
    height: 99%;
    overflow: auto;
    font-size: 14px;

}


a:link {
    text-decoration: none;
    color:white;
  }
  
  a:visited {
    text-decoration: none;
    color:white;
  }
  
  a.imagehover:hover, a.imagehover:active {
    filter: contrast(130%)
            brightness(140%);
  }

  a.linkhover:hover{
    color:white;
  }
  
  a:active {
    text-decoration: none;
  }

@font-face {
    font-family: "rippedbit";
    src: url("font/rippedbit.ttf") format("truetype");
}

@font-face {
    font-family: "barcode";
    src: url("font/LibreBarcode128-Regular.ttf") format("truetype");
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

html {
    margin: 0;
    height: 100%;
}

  .container {
  position: relative;
}

.bottomlefttext {
  position: absolute;
  bottom: 0px;
  left: 8px;
  font-size: 14px;
}

.bottomleft {
  position: absolute;
  bottom: 56px;
  left: 8px;
  font-size: 14px;
}

#floatleft {
  width: 385px;
  float:left;
}

#floatleftlogo {
  width: 50px;
  float:left;
}

.colorshift{
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}

@keyframes Color{
  0%{
    color:#ff0000;
  }
  
  20%{
    color:#73ff00;
  }
  
  40%{
    color:#00fff2;
  }
  
  60%{
    color:#0066ff;
  }
  
  80%{
    color:#a200ff;
  }
  
  100%{
    color:#ff00ea;
  }
}

@-moz-keyframes Color{
  0%{
    color:#ff0000;
  }
  
  20%{
    color:#73ff00;
  }
  
  40%{
    color:#00fff2;
  }
  
  60%{
    color:#0066ff;
  }
  
  80%{
    color:#a200ff;
  }
  
  100%{
    color:#ff00ea;
  }
}

@-webkit-keyframes Color{
  0%{
    color:#ff0000;
  }
  
  20%{
    color:#73ff00;
  }
  
  40%{
    color:#00fff2;
  }
  
  60%{
    color:#0066ff;
  }
  
  80%{
    color:#a200ff;
  }
  
  100%{
    color:#ff00ea;
  }
}
