.main {
  display: flex;
  flex-direction: column;
  align-items: center;

  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}
.post {
  max-width: var(--maxWidth);
  width: 100%;
  padding: 0 1rem;
  a {
    text-decoration: underline;
  }
}