body {
    background-color: #020050;
    background-image: url("images/front/stars.gif");
    background-repeat: repeat;
    background-attachment: scroll;
    font-family: 'rippedbit';
    color:white;
    height: 99%;
    overflow: auto;
    font-size: 14px;

}

a:link {
    text-decoration: none;
    color:rgb(87, 221, 255);
  }
  
  a:visited {
    text-decoration: none;
    color:rgb(87, 221, 255);
  }
  
  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;
}