body {
    background-color: #140c06;
    background-image: url("ponyworld/clouds.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'rippedbit';
    color:rgb(0, 0, 0);
    height: 99%;
    overflow: auto;
    font-size: 14px;

}

.photoborder {
    border-style: solid;
    border-width: 2px 2px 35px 2px;
    border-color: rgb(241, 241, 241);
    margin-bottom: 2px;
  }

.box {
  display: flex;
  justify-content: center;
  align-items: start;
  white-space: normal;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: -10px;
  width: fit-content;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 3px;
  padding-top: 4px;
}

.smileoverlay{
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -17px;
  right: -10px;
}


.textbox {
  white-space: pre-wrap;
  display: flow-root;
  justify-content: center;
  align-items: start;
  white-space: normal;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 3px;
  padding-top: 4px;
  color:rgb(37, 255, 219);
}

.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;
}
#container2{
    width: fit-content;

}

div{
  position: relative;
  display: inline;
}

#floated{
    float: right;
    width: fit-content;
}
a:link {
    text-decoration: none;
    color:rgb(0, 0, 0);
  }
  
  a:visited {
    text-decoration: none;
    color:rgb(0, 0, 0);
  }
  
  a.imagehover:hover, a.imagehover:active {
    filter: contrast(130%)
            brightness(140%);
  }

  a.linkhover:hover{
    color:rgb(0, 0, 0);
  }
  
  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;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-105%, -66%); 
  font-size: 24px; 
  text-align: bottom-right;
  color: rgb(0, 0, 0);
}

.overlay-text2 {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-105%, -250%); 
  font-size: 10px; 
  text-align: bottom-right;
  color: rgb(0, 0, 0);
}

.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;
}

.leftpane {
  vertical-align: text-top;
  width: 50%;
  margin-right: 5px;
}

.rightpane {
  vertical-align: text-top;
  width: 50%;
}

.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;
  }
  
  10%{
    color:#73ff00;
  }
  
  30%{
    color:#00fff2;
  }
  
  50%{
    color:#0066ff;
  }
  
  70%{
    color:#a200ff;
  }
  
  90%{
    color:#ff00ea;
  }
  100%{
    color:#ff0000;
  }
}