body {
    background-color: #000000;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    font-family: 'rippedbit';
    color:white;
    height: 99%;
    overflow: auto;
    font-size: 14px;

}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: fit-content;
  background-color: rgb(0, 0, 0);
  padding-top: 60px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 1px;
}

.logobox {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: -10px;
  margin-top: 10px;
}

.leftpane {
  vertical-align: text-top;
  width: 49%;
  padding: 5px;
}

.rightpane {
  vertical-align: text-top;
  width: 49%;
  padding: 5px;
}
.errorcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 85px;
}

.leftside {
  display: flex;
  justify-content: left;
  align-items: left;
}

.totheleft{
  margin-right: 3px;
  margin-left: 3px;
  width: 20px;
  height: auto;
}

.burningflag{
  margin-right: 3px;
  margin-left: 3px;
}


a:link {
    text-decoration: none;
    color:white;
  }

.spaced-link {
     margin-bottom: 10px;
  }

  
  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;
}

#floatlefttext {
  width: 150px;
  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;
  }
}