
body {
  background-color: #ffffff;
  background: url("https://alfiesclubhouse.neocities.org/archive/pixelsky.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center;
  font-size: 18px;
  font-family:'VT323', monospace;
  color: #000;
  margin: 0;
}

* {
    cursor: url("https://alfiesclubhouse.neocities.org/images/frog1.gif") 0 0, auto;
}

p {
  line-height: 1.6em;
  margin-top:25px;
}

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

h1, h2, h3, h4, h5 {
  font-family: PixelFont;
  color: #000000;
}

h1 {
  text-align: center;
}

h2 {
  margin-top:80px;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
  max-width: 700px;
  background: transparent;
  border: 2px solid #000
  
}

.inner {
  background-position: center;
  background-size: 113%;
  background-color:#CFCBBC;
  margin: 0px; 
  
  
}

#content {
  padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
#header {
  background: #5c412b;
  padding: 0 5%;
  border-color: #24F24E;
  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;
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

#recentpostlistdiv ul {
  font-size: 1.2em;
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}
.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: 10px 5%;
  margin: 0;
  background-color: #CFCBBC;
  clear: both;
}


.divider {
  height: 60px;
  background-image: url("https://alfiesclubhouse.neocities.org/archive/yellowpencil.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;

}


a:hover { 
  color: #8c5f97; text-decoration: underline;
  cursor: url('https://alfiesclubhouse.neocities.org/archive/frog1.gif'), 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;
}

/* ---------- DIVIDER IMAGE ---------- */

.divider-image {
  text-align: center;
  margin: 20px 0;
}

.divider-image img {
  max-width: 100%;
  height: auto;
  margin-top:-10px;
}



