 body {
      font-family: sans-serif;
      line-height: 1.8;
      max-width: 800px;
      margin: 0 auto;
      padding: 2em;
      background: #202020;
    }

    .post {
      margin-bottom: 4em;
      border: 2px solid #ccc;
      padding: 1em;
      background: #fff;
    }

    .float-container {
      overflow: hidden;
      border: 2px dashed #999;
      padding: 1em;
      margin-top: 1em;
    }

    .float-left {
      float: left;
      margin: 0 1em 1em 0;
      max-width: 200px;
      height: auto;
      border: 2px solid #666;
      border-radius: 8px;
    }
.text-content p {
  white-space: pre-wrap;
}
    .navigation {
      display: flex;
      justify-content: flex-start;
      gap: 1em;
      margin-top: 3em;
      font-weight: bold;
    }

    .navigation a {
      color: #007acc;
      text-decoration: none;
    }

    .navigation a:hover {
      text-decoration: underline;
    }