body {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 650px;
  margin: 50px auto;
  padding: 0 16px;
  line-height: 1.5;
  color: #000;
}

img.photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
  margin: 0 0 16px 24px;
  shape-outside: circle(50%);
}

h1 {
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 14px 0;
}

ul {
  margin: 0 0 14px 0;
  padding-left: 28px;
}

li {
  margin-bottom: 4px;
}

a {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

.section {
  margin-top: 28px;
}

.blog-list {
  list-style: none;
  padding-left: 0;
}

.blog-list li {
  margin-bottom: 6px;
}

.blog-list .date {
  color: #666;
  font-size: 14px;
}

/* Post page */
.post-content {
  margin-top: 20px;
}

.post-content p {
  margin-bottom: 14px;
}

.post-content pre {
  background: #f5f5f5;
  padding: 12px;
  overflow-x: auto;
  margin-bottom: 14px;
}

.post-content code {
  font-size: 14px;
}

.post-content blockquote {
  border-left: 3px solid #ccc;
  margin: 0 0 14px 0;
  padding-left: 16px;
  color: #333;
}
