
body {
    font-family: 'Ubuntu', 'Noto Sans JP', monospace, sans-serif;
    margin: auto;
    max-width: 48rem;
}

#page-title {
    text-align: center;
}

#page-title h1 a {
    color: black;
    font-size: 2.7rem;
}

#page-title a:hover, .post a:hover {
    text-decoration: underline;
}

#page-title h6 {
    color: black;
    font-weight: normal;
    font-size: 0.8rem;
}

.post a {
    color: black;
}

.blog-post-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.posts_listing li {
  list-style-type: none;
  margin: 0.5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

h4  {
  font-size: 1.2rem;
}

h5  {
  font-size: 1rem;
}

h6  {
  font-size: 0.8rem;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0rem;
  margin-block-end: 1rem;
  margin-inline-start: 2rem;
  margin-inline-end: 1rem;
  padding-inline-start: 0rem;
}

ul.post-listing {
  display: block;
  list-style-type: disc;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0rem;
  margin-inline-end: 0rem;
  padding-inline-start: 0rem;
}

code {
  font-family: 'Ubuntu Mono', monospace;
  white-space: pre;
}

pre {
  background-color: #efefef
}

footer {
  text-align: center;
  font-size: 0.8rem;
}
