@font-face {
  font-family: PixelFont;
  src: url("https://peachyvoid.com/fonts/Jersey10-Regular.ttf");
}

body {
  background-color: #ffffff;
  background: url("https://peachyvoid.com/backgrounds/IMG_4330%20(1).png");
  background-repeat: repeat;
  background-size: ;
  background-attachment: fixed;
  background-position: center;
  font-size: 18px;
  font-family: PixelFont;
  margin: 0;
}

* {
  cursor: url('https://peachyvoid.com/graphics/toybox/crow_skull.png'), auto;
}

p {
  line-height: 1.6em; 
}

hr {
  border: solid #3b372d;
  border-width: 2px 0 0 0;
  background-color: #c0e6ff;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

a:hover { 
  background-color: #fff6e6;
}

h1, h2, h3, h4, h5 {
  font-family: PixelFont;
  color: #000000;
}

h1 {
  text-align: center;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
  max-width: 700px;
  background: transparent;
  border: 25px solid transparent;
  border-image: url("https://peachyvoid.com/graphics/whitelace.png") 30 round;
  
}

.inner {
  background-image: url(https://peachyvoid.com/backgrounds/paperbg2.png);
  background-position: center;
  background-size: 113%;
  background-color: #ffe2c0;
  margin: 0px; 
  
  
}

#content {
  padding: 10px 5% 20px 5%;
  max-height: 60vh;   /* 70% of screen height */
  overflow-y: auto;
  

}


/*HEADER STYLE*/
#header {
  background: #5c412b;
  padding: 0 5%;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;

}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
  background-color: #c0e6ff;
  background-image: url(https://peachyvoid.com/about/paperbg2.png);
  background-position: center;
  background-size: 113%;
}


.divider {
  height: 60px;
  background-image: url("https://peachyvoid.com/graphics/toybox/DA/mushys.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;

}


a { 
  color: #94370c; text-decoration: none; font-family: PixelFont; font-size: large;

}


a:hover { 
  color: #8c5f97; text-decoration: underline;
  cursor: url('https://peachyvoid.com/graphics/toybox/crow_skull.png'), auto; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.image-grid img {
  width: 100%;
  height: auto;
  display: block;
}