body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

article {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

h1, h2 {
  margin-top: 0;
}

time {
  color: #666;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

.tags {
  margin: 10px 0;
}

.tags span {
  background: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
