* {
  box-sizing: border-box;
}

body {
  background: #000;
  color: #e0e0e0;
  font-family: "Courier New", Courier, monospace;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
}

a {
  color: #00ff66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.site-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00ff66;
}

.prompt {
  color: #666;
}

.post-list ul {
  list-style: none;
  padding: 0;
}

.post-list li {
  margin-bottom: 0.6rem;
}

.post-date {
  color: #666;
  margin-right: 0.8rem;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
}

footer {
  border-top: 1px solid #333;
  margin-top: 3rem;
  padding-top: 1rem;
  color: #666;
  font-size: 0.85rem;
}

/*# sourceMappingURL=style.css.map */