#top {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: white;
}

#top > p > a {
  margin: 10px;
}

#top > p {
  text-align: center;
}

h1, #desc {
  text-align: center;
}

.post {
  background-color: rgb(255, 194, 121);
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 10px;
}

.post > a, .reply > a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  display: inline-block;
  margin: 10px;
}

.post > a {
  width: 150px;
  height: 150px;
}

.reply > a {
  width: 100px;
  height: 100px;
}

.postform {
  text-align: center;
}

.replyform {
  font-size: 0.7em;
}

.reply {
  background-color: white;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
}

.post, .reply {
    white-space: pre-wrap;
    display: flow-root;
}

.postbox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
}

.postbox.postform {
  margin-left: auto;
  margin-right: auto;
}

.postbox > span > * {
  width: 100% !important;
}

.postbox > span {
  display: flex;
  justify-content: stretch;
}

.user {
  background-color: darkblue;
  font-family: monospace;
  font-weight: bold;
  color: white;
}
