#content {
  display: grid;
  grid-template-columns: [full-start] minmax(1em, 1fr) [main-start] minmax(0, 40em) [main-end] minmax(1em, 1fr) [full-end];
}

#content > * {
  grid-column: main;
}

#content > .org-src-container {
  grid-column: full;
}

#content > blockquote {
  grid-column: full;
}

#org-div-home-and-up {
  grid-column-start: -2;
  text-align: center;
}

#content img {
  max-width: 100%;
}

#content .hiring {
  border: solid;
  padding: 1em;
  background-color: rgb(144, 238, 144);
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
}

#content .hiring {
  border: solid;
  padding: 1em;
  background-color: rgb(144, 238, 144);
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
}

#content .contact {
  border: solid;
  padding: 1em;
  background-color: rgb(255, 238, 144);
  text-align: left;
  margin-bottom: 2em;
  margin-top: 1em;
}
