body {
  background: #f8f8f8;
  color: #111;
  font-family: 'Courier New', Courier, monospace;
  max-width: 700px;
  margin: auto;
  padding: 2rem;
}

header {
  text-align: center;
  border-bottom: 2px solid black;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

.tagline {
  font-style: italic;
  margin-top: 0.5rem;
  color: #555;
}

article {
  margin-bottom: 2rem;
}

article h2 {
  font-size: 1.2rem;
  color: #b00;
  margin-bottom: 0.5rem;
}

footer {
  text-align: center;
  border-top: 1px dashed #aaa;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.9rem;
  color: #777;
}

/* Comments styling without red bar */
#comments {
  margin-bottom: 2rem;
}

#comments-heading {
  font-size: 1.2rem;
  color: #b00;
  margin-bottom: 1rem;
}

#comments p {
  background: #fff;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1rem;
  line-height: 1.4;
  color: #111;
  border-left: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border-radius: 6px;
}
