body {
  max-width: 90%;
  margin: auto;
  padding-top: 2em;

  display: flex;
  flex-direction: column;
  min-height: 100vh;

  font-family: "Open Sans", sans-serif;
  color: var(--text);
  background-color: var(--color-background-primary);
}

p {
  margin: 0 0 2em 0;
}

main {
  flex-grow: 1;
  padding: 5em 0;
}

img {
  max-width: 100%;
}

main > section > h1 {
  font-size: 2.5em;
}

aside h2 {
  margin-bottom: 1em;
}

#banner {
  display: flex;
  flex-direction: column;
}

#about section {
  margin: 2em 0;
}

#about h2 {
  margin-bottom: 1em;
}

.a-philosophical-part img {
  margin-bottom: 2em;
}

#about img.right {
  float: none;
  margin: 2em auto;
  max-width: 90%;
}
.tabletop--gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.tabletop--gallery a {
  border-bottom: none;
}

#post img {
  margin-bottom: 2em;
}

.tabletop--rules-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.tabletop--rules-gallery img {
  max-width: 80%;
  margin: auto;
}

.tabletop--rules-gallery a {
  border: none;
}

.tabletop--rules section {
  margin: 2em 0;
}

ul.weeklies {
  margin-top: 1em;
}

p.note {
  background: var(--brand);
  color: white;
  padding: 1em;
  margin: 2em;
}

section.weeklies h2 {
  margin-top: 1em;
}

section.weeklies img {
  margin: auto;
}

@media screen and (min-width: 800px) {
  #banner {
    flex-direction: row;
  }
  #banner .content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
  }

  #about img.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  #banner .image {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%;
  }

  .a-philosophical-part img {
    width: 400px;
    float: left;
    margin: 2em;
    margin-bottom: 1em;
  }

  .tabletop--rules-gallery img {
    max-width: 400px;
  }
}

blockquote > p:last-child {
  margin-bottom: 0;
}

#syntax-error-header {
  max-width: 100ch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
