.posts article .image {
    width: 40%;
    display: block;
    margin: auto;
    margin-bottom: 2em
}

.post-image.image.fit img {
    width: 29em;
    margin: auto;
}

.post-image.image.fit.larger img {
    width: 37em;
}

.appicon img {
    max-width: 20em;
    margin: auto;
}

  #main .inner {
    max-width: 1100px; /* Adjust this value to your preferred content width */
    margin-left: auto;
    margin-right: auto;
  }


body, input, select, textarea {
    color: #54585c;
}

h1 {
  font-size: 3em;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

  #main > .inner > section {
    padding: 2em 0 1em 0;
  }
