body {
    background-color: #000000;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("images/comicmeta/thunderclouds.gif");
    background-attachment: scroll;
    font-family: 'rippedbit';
    color:white;
    height: 99%;
    overflow: auto;
    font-size: 14px;

}

.fuck{
  object-position: bottom 20px;
  border:#00fff2;
  border-radius: 3px;
}

.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: start;
  white-space: normal;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.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: 33%;
  margin-right: 5px;
}

.middlepane {
  vertical-align: text-top;
  width: 33%;
  margin-right: 5px;
}

.rightpane {
  vertical-align: text-top;
  width: 33%;

}
.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;
    margin-bottom: 1px;
}

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;
}