@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

body {
  background-color: #e8e8e8;
  font-size: 16px;
  font-family: 'Space Mono', monospace;
  margin: 0;
}

p {
  line-height: 1.6em;
}

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 {
  color: #3ecfcf;
  text-decoration: none;
}
a:hover {
  background-color: #cdf4f4;
  color: #1a8a8a;
}

h1, h2, h3, h4, h5 {
  color: #ff6a00;
  font-family: 'Silkscreen', cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#container {
  margin: 3em auto;
  width: 90%;
    max-width: 700px;
    background: linear-gradient(160deg, #ffffff 0%, #f0eee8 100%);
  color: #2b1000;
  border: 3px solid #ff6a00;
  border-radius: 22px;
  box-shadow: 0 0 0 5px #e8e8e8, 0 0 0 8px #3ecfcf;
}

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


#header {
  position: relative;
  background-color: #ff6a00;
  padding: 0 5%;
  border-bottom: 3px solid #5ec46e;
  border-radius: 19px 19px 0 0;
}
#header ul { 
  list-style-type: none; 
  padding: 0.5em 0; 
  margin: 0; 
}
#header li {
  display: inline-block;
  margin-right: 1.5em;
}
#header li a::before {
  content: '✧ ';
  color: #ffffff;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  width: 1.2em;
}
#header li a {
  color: #ffffff;
  font-family: 'Silkscreen', cursive;
  font-size: 1.3em;
  text-decoration: none;
}
#header li a:hover {
  color: #fff0d0;
  background-color: transparent;
}
#header li a:hover::before {
  content: '✦ ';
  color: #fff0d0;
}


#postlistdiv ul, #recentpostlistdiv ul {
  font-size: 1.2em;
  list-style-type: none;
  padding-left: 0;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

#nextprev {
  text-align: center;
  margin-top: 1.4em;
  letter-spacing: 0.05em;
  font-family: 'Silkscreen', cursive;
  font-size: 1.2em;
}

#disqus_thread {
  margin-top: 1.6em;
}

#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
}