/* main html styles, important */

html {
  background-image: url(../images/tumblr_966.webp);
  font-family: "font-family", monospace;
  font-size: 18px;
}
@font-face {
  font-family: font-family;
  src: url(../rainyhearts.ttf);
}

@font-face {
  font-family: bullshit;
  src: url(../Pixellated-New-Alternian.ttf);
}

div {
  border-radius: 10px;
  color: #ffffff;
}

/* animations */

@keyframes graphics-marquee {
  from {
    transform: translateX(800px);
  }
  to {
    transform: translateX(-900px);
  }
}

#background-i-guess {
  max-width: 90%;
  margin-inline: auto;
}

.innertext {
  overflow-y: scroll;
  border: 2px dashed;
  padding: 3px;
  max-height: 200px;
}

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #008141;
  border-radius: 10px;
}

#banner {
  margin: 10px;
}

/* navigation */
.nav {
  max-width: 90%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3a3a3a;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-inline: auto;
  text-align: center;
}

.navb {
  float: left;
}

.navb a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* contains the middle, do not fuck with */
#true-containmaxxer {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  margin-inline: auto;
  border-top-right-radius: 0px;
  max-width: 90%;
}

/* all of the center below this point */

/* yap and graphics */
.mainbox {
  border: #008141 solid 3px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #3a3a3a;
}

#stamps {
  top: 450px;
}

.marq img {
  animation: graphics-marquee 10s linear infinite;
  margin: 2px;
}

.marq {
  max-width: fit-content;
  overflow: hidden;
  max-height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: 100%;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

/* sidebar */

#sidebar1 {
  background-color: #3a3a3a;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* inside the sidebar */

#changelogmain {
  overflow-y: scroll;
  border: #008141 solid 3px;
  padding: 4px;
  margin-left: 8%;
  margin-right: 11%;
  top: 15%;
  background-color: #3a3a3a;
  max-height: 200px;
}

.changelogbox {
  padding: 3px;
  margin: 5px;
  background-color: #3a3a3a;
}

#guestbook {
  margin-inline: auto;
  text-align: center;
  margin: 10px;
}

#todo {
  border: #008141 solid 3px;
  padding: 4px;
  margin-left: 8%;
  margin-right: 11%;
  top: 45%;
  background-color: #3a3a3a;
  max-height: 200px;
  overflow-y: scroll;
}

/* sidebar 2 */
#mostrecent {
  text-align: center;
  border: solid 3px #008141;
  padding: 5px;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #3a3a3a;
}
