  @import url('https://fonts.googleapis.com/css2?family=Rounded+Mplus+1c&display=swap');
  body {
    font-family: 'Rounded Mplus 1c', sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.8;
    margin: 20px auto;
    max-width: 800px;
    padding: 20px;
  }
  header {
    text-align: center;
    border-bottom: 2px solid #000066;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  header h1 {
    color: #000066;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0;
  }
  article h2 {
    color: #660000;
    font-weight: bold;
    border-bottom: 1px solid #ccffcc;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .datetime {
    color: #006600;
    font-family: OCRB;
    margin-bottom: 10px;
    text-align: right;
}
  .weather {
    color: #000066;
    margin-bottom: 15px;
    font-weight: bold;
  }
  p {
    margin-bottom: 1.2em;
  }
  strong {
    color: #660000;
  }
  em {
    color: #006600;
  }
  .footer-info {
    margin-top: 30px;
    font-size: 0.9em;
    color: #000066;
    border-top: 1px solid #ccccff;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .likes-views {
    font-weight: bold;
  }
  section.comments {
    margin-top: 40px;
  }
  section.comments h3 {
    color: #006600;
    border-bottom: 2px solid #ccffcc;
    padding-bottom: 6px;
  }
  .comment {
    border-bottom: 1px dotted #cccccc;
    padding: 12px 0;
  }
  .comment-id {
    font-size: 0.85em;
    color: #660000;
    font-family: monospace;
  }
  .comment-text {
    margin-top: 6px;
    color: #000000;
  }
  .comment-likes {
    font-size: 0.85em;
    color: #006600;
    font-weight: bold;
    margin-top: 4px;
  }
  footer {
    text-align: right;
    border-bottom: 2px solid #000066;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
